From ca76a11948eaffd2667efa247cff0eb13889c043 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 1 Feb 2010 11:39:10 +0000 Subject: Add a list of generic tags and change demuxers to follow it. Patch by Anton Khirnov, wyskas at gmail dot com Originally committed as revision 21587 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/matroska.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libavformat/matroska.c') diff --git a/libavformat/matroska.c b/libavformat/matroska.c index f208e329be..1e74d2ba39 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -93,8 +93,7 @@ const CodecMime ff_mkv_mime_tags[] = { }; const AVMetadataConv ff_mkv_metadata_conv[] = { - { "ARTIST" , "artist" }, - { "LEAD_PERFORMER", "artist" }, + { "LEAD_PERFORMER", "performer" }, { "PART_NUMBER" , "track" }, { 0 } }; -- cgit v1.2.3