Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/nutdec.c')
-rw-r--r--libavformat/nutdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c
index 39f185eb7a..522affbb57 100644
--- a/libavformat/nutdec.c
+++ b/libavformat/nutdec.c
@@ -452,7 +452,7 @@ static int decode_info_header(NUTContext *nut){
else metadata= &s->metadata;
if(metadata && strcasecmp(name,"Uses")
&& strcasecmp(name,"Depends") && strcasecmp(name,"Replaces"))
- av_metadata_set(metadata, name, str_value);
+ av_metadata_set2(metadata, name, str_value, 0);
}
}