ff_vc1_norm6_spec has been removed in commit 356be9307cbffa1226bed52b26aa2ac9c7af174f (and it seems that it has never been used).
Signed-off-by: Andreas Rheinhardt <[email protected]> --- 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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
