[FFmpeg-devel] [PATCH 2/2] id3v2: add TDTG<->creation_time tag mapping
Anton Khirnov
anton
Mon Nov 22 08:22:35 CET 2010
---
libavformat/id3v2.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index cc3697a..b730265 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"},
+ { "TDTG", "creation_time"},
{ "TENC", "encoded_by"},
{ "TEN", "encoded_by"},
{ "TIT2", "title"},
--
1.7.2.3
More information about the ffmpeg-devel
mailing list