[FFmpeg-devel] [PATCH] libavformat/id3v2: add some ID3v2.3 tags convertion

tiejun.peng tiejun.peng at foxmail.com
Tue Dec 5 05:38:09 EET 2017


Signed-off-by: tiejun.peng <tiejun.peng at 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 }
 };
 
-- 

Please have a look this patch, give some advice or merge it.
Thank you.

2.7.4





More information about the ffmpeg-devel mailing list