OSDN Git Service

vorbiscomment: add DISCNUMBER to the metadata conv table
authorAnton Khirnov <wyskas@gmail.com>
Tue, 5 Oct 2010 20:11:07 +0000 (20:11 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Tue, 5 Oct 2010 20:11:07 +0000 (20:11 +0000)
patch by Anton Khirnov  anton _at_ khirnov _dot_ net

Originally committed as revision 25357 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/vorbiscomment.c

index 3434d82..a0f1c88 100644 (file)
@@ -32,6 +32,7 @@
 const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
     { "ALBUMARTIST", "album_artist"},
     { "TRACKNUMBER", "track"  },
+    { "DISCNUMBER",  "disc"   },
     { 0 }
 };