mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 11:47:04 +00:00
avfilter/avfilter: Suppress warning for variable only used in av_assert1
Forgotten in e7f9edb469
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
906fc2b2e7
commit
b4b8b9ad5c
@ -1563,7 +1563,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
||||
|
||||
void ff_inlink_request_frame(AVFilterLink *link)
|
||||
{
|
||||
FilterLinkInternal *li = ff_link_internal(link);
|
||||
av_unused FilterLinkInternal *li = ff_link_internal(link);
|
||||
av_assert1(!li->status_in);
|
||||
av_assert1(!li->status_out);
|
||||
link->frame_wanted_out = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user