X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmathops.h;h=5168dc2ce00f4eb8c711a8053b6fd007c50d6151;hb=405398989093f5ef19cb63eab6a9205a0c40ce4f;hp=4988f1d3dfa4cbd00d15509ab8f8c5a1423df6ab;hpb=6b1a0f205868a341cbc0d754d976cadff3ae9aae;p=ffmpeg diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 4988f1d3dfa..5168dc2ce00 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -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"