[SCM] libav/experimental: vorbiscomment: add DISCNUMBER to the metadata conv table patch by Anton Khirnov anton _at_ khirnov _dot_ net

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:17:02 UTC 2013


The following commit has been merged in the experimental branch:
commit ec4913a8ae8f94b75aab1c4e3fc4dbedf4459689
Author: Anton Khirnov <wyskas at gmail.com>
Date:   Tue Oct 5 20:11:07 2010 +0000

    vorbiscomment: add DISCNUMBER to the metadata conv table
    patch by Anton Khirnov  anton _at_ khirnov _dot_ net
    
    Originally committed as revision 25357 to svn://svn.ffmpeg.org/ffmpeg/trunk

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 }
 };
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list