[FFmpeg-devel] [PATCH v2 107/162] avcodec/vc1data: Remove declaration of inexistent array

Andreas Rheinhardt andreas.rheinhardt at gmail.com
Fri Nov 20 09:32:32 EET 2020


ff_vc1_norm6_spec has been removed in commit
356be9307cbffa1226bed52b26aa2ac9c7af174f (and it seems that it has never
been used).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
---
 libavcodec/vc1data.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/vc1data.h b/libavcodec/vc1data.h
index d376b35368..f08b1feedd 100644
--- a/libavcodec/vc1data.h
+++ b/libavcodec/vc1data.h
@@ -112,7 +112,6 @@ extern const uint8_t ff_vc1_norm2_bits[4];
  * the possibly existing fixed length code resp. the second VLC
  * are already incorporated. */
 extern const uint8_t ff_vc1_norm6_tab[77][2];
-extern const uint8_t ff_vc1_norm6_spec[64][5];
 
 /* 4MV Block pattern VLC tables */
 extern const uint8_t ff_vc1_4mv_block_pattern_codes[4][16];
-- 
2.25.1



More information about the ffmpeg-devel mailing list