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 4220c278cc..25f4558f89 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -1850,7 +1850,7 @@ static int av_encode(AVFormatContext **output_files,
while ((t = av_metadata_get(ist->st->metadata, "", t, AV_METADATA_IGNORE_SUFFIX))) {
if (lang && !strcmp(t->key, "language"))
continue;
- av_metadata_set2(&ost->st->metadata, t->key, t->value, NULL);
+ av_metadata_set2(&ost->st->metadata, t->key, t->value, 0);
}
ost->st->disposition = ist->st->disposition;