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:
Michael Niedermayer 2013-04-17 21:32:09 +02:00
commit 0b3bd78714
1 changed files with 2 additions and 0 deletions

View File

@ -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;