mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ffmpeg: fix indent of 1 line
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
11f2cad127
commit
fbf03ee391
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user