mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:21:11 +01:00
avformat/mxfenc: add a return at the end of non-void functions
Fixes compilation with GCC 11 when configured with --disable-optimizations Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
83946906fb
commit
ec59ca0e6f
1 changed files with 1 additions and 0 deletions
|
|
@ -507,6 +507,7 @@ static const MXFLocalTagPair* mxf_lookup_local_tag(int tag)
|
|||
|
||||
// this assert can only be hit during development
|
||||
av_assert0(0 && "you forgot to add your new tag to mxf_local_tag_batch");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static void mxf_mark_tag_unused(MXFContext *mxf, int tag)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue