summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 575e5ea936..9c434b2bae 100644
--- a/ffmpeg.c
+++ b/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);
}