From f4d581cda3897f66c1dda7586b93f86a591dbbef Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 24 Mar 2016 11:16:53 +0100 Subject: lavc: Deduplicate zigzag_scan table --- libavcodec/mathops.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/mathops.h') diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 7af13e19e0..bd85dd79be 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -34,6 +34,7 @@ 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]; +extern const uint8_t ff_zigzag_scan[16]; #if ARCH_ARM # include "arm/mathops.h" -- cgit v1.2.3