diff mbox series

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

Message ID 20201113145838.19187-1-michael@niedermayer.cc
State New
Headers show
Series [FFmpeg-devel] avformat/avidec: Remove redundant entries from avi_metadata_conv | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Michael Niedermayer Nov. 13, 2020, 2:58 p.m. UTC
Found-by: Anton
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavformat/avidec.c | 7 -------
 1 file changed, 7 deletions(-)
diff mbox series

Patch

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 },
 };