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:
parent
f6efc1e8aa
commit
56a67d122c
1 changed files with 1 additions and 0 deletions
|
|
@ -101,6 +101,7 @@ static int activate(AVFilterContext *ctx)
|
|||
av_frame_free(&in);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (ff_inlink_acknowledge_status(inlink, &status, &pts)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue