diff mbox series

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

Message ID 20201120073327.820745-8-andreas.rheinhardt@gmail.com
State New
Headers show
Series VLC, esp. init_vlc patches | expand

Checks

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

Commit Message

Andreas Rheinhardt Nov. 20, 2020, 7:32 a.m. UTC
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@gmail.com>
---
 libavcodec/vc1data.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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];