mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
libavfilter/fifo: fix indent
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b5572ab861
commit
59907340e1
@ -231,12 +231,12 @@ static int request_frame(AVFilterLink *outlink)
|
|||||||
av_assert0(fifo->root.next);
|
av_assert0(fifo->root.next);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (outlink->request_samples) {
|
if (outlink->request_samples) {
|
||||||
return return_audio_frame(outlink->src);
|
return return_audio_frame(outlink->src);
|
||||||
} else {
|
} else {
|
||||||
ret = ff_filter_frame(outlink, fifo->root.next->buf);
|
ret = ff_filter_frame(outlink, fifo->root.next->buf);
|
||||||
queue_pop(fifo);
|
queue_pop(fifo);
|
||||||
}
|
}
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user