Commit bcb5d217 authored by Anton Khirnov's avatar Anton Khirnov

id3v2: add TDEN<->creation_time tag mapping

Originally committed as revision 25812 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 29c5c590
......@@ -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"},
......
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