mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01:00
avfilter/avfilter: add a return at the end of a non-void function
Fixes compilation with GCC 11 when configured with "--disable-optimizations --toolchain=gcc-tsan" Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
88b3e31562
commit
61b38f7aef
1 changed files with 1 additions and 0 deletions
|
|
@ -588,6 +588,7 @@ int avfilter_pad_count(const AVFilterPad *pads)
|
|||
}
|
||||
|
||||
av_assert0(!"AVFilterPad list not from a filter");
|
||||
return AVERROR_BUG;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue