Browse Source

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
tags/n0.8
Anton Khirnov Aurelien Jacobs 14 years ago
parent
commit
ec4913a8ae
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/vorbiscomment.c

+ 1
- 0
libavformat/vorbiscomment.c View File

@@ -32,6 +32,7 @@
const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
{ "ALBUMARTIST", "album_artist"},
{ "TRACKNUMBER", "track" },
{ "DISCNUMBER", "disc" },
{ 0 }
};



Loading…
Cancel
Save