Commit ec4913a8 authored by Anton Khirnov's avatar Anton Khirnov Committed by Aurelien Jacobs

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
parent 038d46c9
......@@ -32,6 +32,7 @@
const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
{ "ALBUMARTIST", "album_artist"},
{ "TRACKNUMBER", "track" },
{ "DISCNUMBER", "disc" },
{ 0 }
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment