[FFmpeg-cvslog] r25812 - trunk/libavformat/id3v2.c
elenril
subversion
Tue Nov 23 08:54:47 CET 2010
Author: elenril
Date: Tue Nov 23 08:54:47 2010
New Revision: 25812
Log:
id3v2: add TDTG<->creation_time tag mapping
Modified:
trunk/libavformat/id3v2.c
Modified: trunk/libavformat/id3v2.c
==============================================================================
--- trunk/libavformat/id3v2.c Tue Nov 23 08:54:44 2010 (r25811)
+++ trunk/libavformat/id3v2.c Tue Nov 23 08:54:47 2010 (r25812)
@@ -277,6 +277,7 @@ const AVMetadataConv ff_id3v2_metadata_c
{ "TCOP", "copyright"},
{ "TDRL", "date"},
{ "TDRC", "date"},
+ { "TDEN", "creation_time"},
{ "TENC", "encoded_by"},
{ "TEN", "encoded_by"},
{ "TIT2", "title"},
More information about the ffmpeg-cvslog
mailing list