From ec4913a8ae8f94b75aab1c4e3fc4dbedf4459689 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 5 Oct 2010 20:11:07 +0000 Subject: 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 --- libavformat/vorbiscomment.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/vorbiscomment.c') diff --git a/libavformat/vorbiscomment.c b/libavformat/vorbiscomment.c index 3434d82829..a0f1c8817d 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 } }; -- cgit v1.2.3