[FFmpeg-cvslog] r25357 - trunk/libavformat/vorbiscomment.c

aurel subversion
Tue Oct 5 22:11:08 CEST 2010


Author: aurel
Date: Tue Oct  5 22:11:07 2010
New Revision: 25357

Log:
vorbiscomment: add DISCNUMBER to the metadata conv table
patch by Anton Khirnov  anton _at_ khirnov _dot_ net

Modified:
   trunk/libavformat/vorbiscomment.c

Modified: trunk/libavformat/vorbiscomment.c
==============================================================================
--- trunk/libavformat/vorbiscomment.c	Tue Oct  5 22:10:01 2010	(r25356)
+++ trunk/libavformat/vorbiscomment.c	Tue Oct  5 22:11:07 2010	(r25357)
@@ -32,6 +32,7 @@
 const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
     { "ALBUMARTIST", "album_artist"},
     { "TRACKNUMBER", "track"  },
+    { "DISCNUMBER",  "disc"   },
     { 0 }
 };
 



More information about the ffmpeg-cvslog mailing list