]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mathops.h
Merge commit 'b77fffa127663028169c5ed543956af4b9496c29'
[ffmpeg] / libavcodec / mathops.h
index 4988f1d3dfa4cbd00d15509ab8f8c5a1423df6ab..5168dc2ce00f4eb8c711a8053b6fd007c50d6151 100644 (file)
@@ -33,6 +33,7 @@ extern const uint32_t ff_inverse[257];
 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];
+extern const uint8_t ff_zigzag_scan[16+1];
 
 #if   ARCH_ARM
 #   include "arm/mathops.h"