ffmpeg: fix indent of 1 line

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-06-24 14:16:34 +02:00
parent 11f2cad127
commit fbf03ee391
1 changed files with 1 additions and 1 deletions

View File

@ -1925,7 +1925,7 @@ static int poll_filters(void)
ost->st->codec->frame_size);
else if(ost->enc->type == AVMEDIA_TYPE_AUDIO)
ret = av_buffersink_read(ost->filter->filter, &picref);
else
else
ret = av_buffersink_get_buffer_ref(ost->filter->filter, &picref,
AV_BUFFERSINK_FLAG_NO_REQUEST);
if (ret < 0) {