mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 16:52:31 +00:00
avfilter/vaf_spectrumsynth: check return code
This commit is contained in:
parent
1457786d69
commit
a2c40931c8
@ -419,6 +419,8 @@ static int try_push_frame(AVFilterContext *ctx, int x)
|
||||
}
|
||||
|
||||
ret = ff_filter_frame(outlink, out);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user