X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmathops.h;h=c065018f560c8ef0344e478e406489b094d30fb8;hb=23e786be61c1f83ffaf3acfc1a0a63c3fbcc7c11;hp=46283ca444a0bb0bae63c3a387edc317a973b44b;hpb=1919827f2c2bdf55264e3ed52cacf12b1289789f;p=ffmpeg diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 46283ca444a..c065018f560 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -30,7 +30,6 @@ #define MAX_NEG_CROP 1024 extern const uint32_t ff_inverse[257]; -extern const uint8_t ff_reverse[256]; extern const uint8_t ff_sqrt_tab[256]; extern const uint8_t ff_crop_tab[256 + 2 * MAX_NEG_CROP]; extern const uint8_t ff_zigzag_direct[64];