[FFmpeg-devel] [PATCH] libavformat/avidec.c: remove duplicated conversion

Thierry Foucu tfoucu at gmail.com
Mon Nov 23 20:54:58 EET 2020


ff_riff_info_conv deals with riff metadata already, so, not need to add
those metadata in avi_metadata_conv
---
 libavformat/avidec.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/libavformat/avidec.c b/libavformat/avidec.c
index 7e527e15ee..75a76b995d 100644
--- a/libavformat/avidec.c
+++ b/libavformat/avidec.c
@@ -110,14 +110,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.29.2.454.gaff20da3a2-goog



More information about the ffmpeg-devel mailing list