mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
buffersrc: do not discard the error from ff_filter_frame()
This commit is contained in:
parent
f7d77b9a5d
commit
fb25d99b0a
@ -327,7 +327,7 @@ static int request_frame(AVFilterLink *link)
|
||||
}
|
||||
av_fifo_generic_read(c->fifo, &frame, sizeof(frame), NULL);
|
||||
|
||||
ff_filter_frame(link, frame);
|
||||
ret = ff_filter_frame(link, frame);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user