[FFmpeg-devel] [PATCH] avformat/avidec: Remove redundant entries from avi_metadata_conv

Michael Niedermayer michael at niedermayer.cc
Fri Nov 13 16:58:38 EET 2020


Found-by: Anton
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 libavformat/avidec.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/libavformat/avidec.c b/libavformat/avidec.c
index 7e527e15ee..0ab7348d74 100644
--- a/libavformat/avidec.c
+++ b/libavformat/avidec.c
@@ -111,13 +111,6 @@ static const char avi_headers[][8] = {
 static const AVMetadataConv avi_metadata_conv[] = {
     { "strn", "title" },
     { "isbj", "subject" },
-    { "inam", "title" },
-    { "iart", "artist" },
-    { "icop", "copyright" },
-    { "icmt", "comment" },
-    { "ignr", "genre" },
-    { "iprd", "product" },
-    { "isft", "software" },
 
     { 0 },
 };
-- 
2.17.1



More information about the ffmpeg-devel mailing list