You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02: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:
@@ -588,6 +588,7 @@ int avfilter_pad_count(const AVFilterPad *pads)
|
|||||||
}
|
}
|
||||||
|
|
||||||
av_assert0(!"AVFilterPad list not from a filter");
|
av_assert0(!"AVFilterPad list not from a filter");
|
||||||
|
return AVERROR_BUG;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user