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"},