avfilter/split: consume all frames before forwarding inlink status
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
606efaa2cf
commit
28a7b9c863
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,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