ffmpeg: fix indent.
This commit is contained in:
1
ffmpeg.c
1
ffmpeg.c
@@ -2066,7 +2066,6 @@ static int poll_filters(void)
|
|||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
/* Reap all buffers present in the buffer sinks */
|
/* Reap all buffers present in the buffer sinks */
|
||||||
/* TODO reindent */
|
|
||||||
for (i = 0; i < nb_output_streams; i++) {
|
for (i = 0; i < nb_output_streams; i++) {
|
||||||
OutputStream *ost = output_streams[i];
|
OutputStream *ost = output_streams[i];
|
||||||
OutputFile *of = output_files[ost->file_index];
|
OutputFile *of = output_files[ost->file_index];
|
||||||
|
Reference in New Issue
Block a user