diff oggparsevorbis.c @ 5618:27fd77f20a89 libavformat

Add a list of generic tags and change demuxers to follow it. Patch by Anton Khirnov, wyskas at gmail dot com
author pross
date Mon, 01 Feb 2010 11:39:10 +0000
parents 4211f91f69b1
children e993cab1faf3
line wrap: on
line diff
--- a/oggparsevorbis.c	Sun Jan 31 17:43:18 2010 +0000
+++ b/oggparsevorbis.c	Mon Feb 01 11:39:10 2010 +0000
@@ -36,8 +36,7 @@
  * http://xiph.org/vorbis/doc/v-comment.html
  */
 const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
-    { "ARTIST"     , "author" },
-    { "DATE"       , "year"   },
+    { "ALBUMARTIST", "album_artist"},
     { "TRACKNUMBER", "track"  },
     { 0 }
 };