mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Reindent after 26330.
Originally committed as revision 26331 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7f88a5bf9b
commit
8e8a3cc221
2
ffmpeg.c
2
ffmpeg.c
@ -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…
Reference in New Issue
Block a user