summaryrefslogtreecommitdiff
path: root/libavformat/id3v2.c
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2010-11-23 07:54:47 +0000
committerAnton Khirnov <wyskas@gmail.com>2010-11-23 07:54:47 +0000
commitbcb5d217baee81bd6b789d8a151c4a3cb4dd1826 (patch)
tree9b0d7cfb12ff892bb72ae5b99dae40ebd4008dc5 /libavformat/id3v2.c
parent29c5c5901319ecd31ebec29d47a9a0ced90c3f41 (diff)
id3v2: add TDEN<->creation_time tag mapping
Originally committed as revision 25812 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/id3v2.c')
-rw-r--r--libavformat/id3v2.c1
1 files changed, 1 insertions, 0 deletions
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"},