[SCM] libav/experimental: id3v2: add TDEN<->creation_time tag mapping

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:19:21 UTC 2013


The following commit has been merged in the experimental branch:
commit bcb5d217baee81bd6b789d8a151c4a3cb4dd1826
Author: Anton Khirnov <wyskas at gmail.com>
Date:   Tue Nov 23 07:54:47 2010 +0000

    id3v2: add TDEN<->creation_time tag mapping
    
    Originally committed as revision 25812 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index cc3697a..c0fab69 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"},

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list