]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mathops.h
aacenc: populate the sce->ics.swb_offset table pointer
[ffmpeg] / libavcodec / mathops.h
index 46283ca444a0bb0bae63c3a387edc317a973b44b..c065018f560c8ef0344e478e406489b094d30fb8 100644 (file)
@@ -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];