Browse Source

Reindent after 26330.

Originally committed as revision 26331 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Ronald S. Bultje 14 years ago
parent
commit
8e8a3cc221
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ffmpeg.c

+ 1
- 1
ffmpeg.c View File

@@ -2412,7 +2412,7 @@ static int transcode(AVFormatContext **output_files,
/* copy global metadata by default */
if (metadata_global_autocopy) {

for (i = 0; i < nb_output_files; i++)
for (i = 0; i < nb_output_files; i++)
av_metadata_copy(&output_files[i]->metadata, input_files[0]->metadata,
AV_METADATA_DONT_OVERWRITE);
}


Loading…
Cancel
Save