mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 19:59:46 +00:00
Merge remote-tracking branch 'cigaes/master'
* cigaes/master: lavfi/buffersrc: fix failed requests count. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
0b3bd78714
@ -123,6 +123,8 @@ static int attribute_align_arg av_buffersrc_add_frame_internal(AVFilterContext *
|
||||
AVFrame *copy;
|
||||
int ret;
|
||||
|
||||
s->nb_failed_requests = 0;
|
||||
|
||||
if (!frame) {
|
||||
s->eof = 1;
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user