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
This commit is contained in:
committed by
Aurelien Jacobs
parent
038d46c9c8
commit
ec4913a8ae
@@ -32,6 +32,7 @@
|
|||||||
const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
|
const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
|
||||||
{ "ALBUMARTIST", "album_artist"},
|
{ "ALBUMARTIST", "album_artist"},
|
||||||
{ "TRACKNUMBER", "track" },
|
{ "TRACKNUMBER", "track" },
|
||||||
|
{ "DISCNUMBER", "disc" },
|
||||||
{ 0 }
|
{ 0 }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user