Commit fbf03ee3 authored by Michael Niedermayer's avatar Michael Niedermayer

ffmpeg: fix indent of 1 line

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 11f2cad1
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment