Add a list of generic tags and change demuxers to follow it.
Patch by Anton Khirnov, wyskas at gmail dot com Originally committed as revision 21587 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Peter Ross
parent
b8bb398a40
commit
ca76a11948
@@ -36,8 +36,7 @@
|
||||
* http://xiph.org/vorbis/doc/v-comment.html
|
||||
*/
|
||||
const AVMetadataConv ff_vorbiscomment_metadata_conv[] = {
|
||||
{ "ARTIST" , "author" },
|
||||
{ "DATE" , "year" },
|
||||
{ "ALBUMARTIST", "album_artist"},
|
||||
{ "TRACKNUMBER", "track" },
|
||||
{ 0 }
|
||||
};
|
||||
|
Reference in New Issue
Block a user