diff options
author | Anton Khirnov | 2010-10-05 20:11:07 +0000 |
---|---|---|
committer | Aurelien Jacobs | 2010-10-05 20:11:07 +0000 |
commit | ec4913a8ae8f94b75aab1c4e3fc4dbedf4459689 (patch) | |
tree | 8ad81eebc3e409e4fcfce79966450417540ce7c6 /libavformat/vorbiscomment.c | |
parent | 038d46c9c84d77a0645451dc4812e97fb0a74679 (diff) |
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
Diffstat (limited to 'libavformat/vorbiscomment.c')
-rw-r--r-- | libavformat/vorbiscomment.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 } }; |