[FFmpeg-devel] [PATCH] libavformat/id3v2: add some ID3v2.3 tags convertion
tiejun.peng
tiejun.peng at foxmail.com
Sun Nov 19 14:46:53 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 }
};
--
2.7.4
More information about the ffmpeg-devel
mailing list