Signed-off-by: tiejun.peng <tiejun.p...@foxmail.com>
---
 libavformat/id3v2.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index 6c216ba..1cf759b 100644
--- a/libavformat/id3v2.c
+++ b/libavformat/id3v2.c
@@ -56,6 +56,11 @@ const AVMetadataConv ff_id3v2_34_metadata_conv[] = {
     { "TRCK", "track"        },
     { "TSSE", "encoder"      },
     { "USLT", "lyrics"       },
+    { "TYER", "year"         },
+    { "TDAT", "date"         },
+    { "TMED", "media-type"   },
+    { "TOLY", "author"       },
+    { "TBPM", "BPM"          },
     { 0 }
 };
 
-- 
2.7.4



_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to