diff --git a/src/enc/vp8enci.h b/src/enc/vp8enci.h index 671d02c8..1bc05897 100644 --- a/src/enc/vp8enci.h +++ b/src/enc/vp8enci.h @@ -157,7 +157,6 @@ typedef int64_t score_t; // type used for scores, rate, distortion static WEBP_INLINE int QUANTDIV(int n, int iQ, int B) { return (n * iQ + B) >> QFIX; } -extern const uint8_t VP8Zigzag[16]; // size of histogram used by CollectHistogram. #define MAX_COEFF_THRESH 31