mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-22 15:00:10 +01:00
avfilter/split: consume all frames before forwarding inlink status
Signed-off-by: Marton Balint <cus@passwd.hu>
(cherry picked from commit 28a7b9c863)
This commit is contained in:
@@ -101,6 +101,7 @@ static int activate(AVFilterContext *ctx)
|
|||||||
av_frame_free(&in);
|
av_frame_free(&in);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
return ret;
|
return ret;
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ff_inlink_acknowledge_status(inlink, &status, &pts)) {
|
if (ff_inlink_acknowledge_status(inlink, &status, &pts)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user