From bcb5d217baee81bd6b789d8a151c4a3cb4dd1826 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 23 Nov 2010 07:54:47 +0000 Subject: [PATCH] id3v2: add TDEN<->creation_time tag mapping Originally committed as revision 25812 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/id3v2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c index cc3697a713..c0fab690e2 100644 --- a/libavformat/id3v2.c +++ b/libavformat/id3v2.c @@ -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"},