ffmpeg: fix indent of 1 line
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
2
ffmpeg.c
2
ffmpeg.c
@@ -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) {
|
||||
|
Reference in New Issue
Block a user