1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

id3v2: add TDEN<->creation_time tag mapping

Originally committed as revision 25812 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Anton Khirnov 2010-11-23 07:54:47 +00:00
parent 29c5c59013
commit bcb5d217ba

View File

@ -277,6 +277,7 @@ const AVMetadataConv ff_id3v2_metadata_conv[] = {
{ "TCOP", "copyright"},
{ "TDRL", "date"},
{ "TDRC", "date"},
{ "TDEN", "creation_time"},
{ "TENC", "encoded_by"},
{ "TEN", "encoded_by"},
{ "TIT2", "title"},