summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r--libavformat/nsvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index b7e6ba28c6..44e5097d59 100644
--- a/libavformat/nsvdec.c
+++ b/libavformat/nsvdec.c
@@ -339,7 +339,7 @@ static int nsv_parse_NSVf_header(AVFormatContext *s, AVFormatParameters *ap)
break;
*p++ = '\0';
PRINT(("NSV NSVf INFO: %s='%s'\n", token, value));
- av_metadata_set(&s->metadata, token, value);
+ av_metadata_set2(&s->metadata, token, value, 0);
}
av_free(strings);
}