Commit 4f909c76 authored by Aurelien Jacobs's avatar Aurelien Jacobs

matroskadec: prepend TargetType to metadata key name

Originally committed as revision 19184 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0fb6a8b3
......@@ -1036,7 +1036,8 @@ static void matroska_convert_tags(AVFormatContext *s)
matroska_convert_tag(s, &tags[i].tag,
&track[j].stream->metadata, NULL);
} else {
matroska_convert_tag(s, &tags[i].tag, &s->metadata, NULL);
matroska_convert_tag(s, &tags[i].tag, &s->metadata,
tags[i].target.type);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment