[FFmpeg-devel] [PATCH] vorbiscomment: add DISCNUMBER to the metadata conv table

Anton Khirnov anton
Tue Oct 5 20:51:31 CEST 2010


---
 libavformat/vorbiscomment.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/vorbiscomment.c b/libavformat/vorbiscomment.c
index 3434d82..a0f1c88 100644
--- a/libavformat/vorbiscomment.c
+++ b/libavformat/vorbiscomment.c
@@ -32,6 +32,7 @@
 const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
     { "ALBUMARTIST", "album_artist"},
     { "TRACKNUMBER", "track"  },
+    { "DISCNUMBER",  "disc"   },
     { 0 }
 };
 
-- 
1.7.1




More information about the ffmpeg-devel mailing list