From d5c62122a7b26704bf867a1262df358623bf5edf Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 11 Oct 2012 18:50:30 +0200 Subject: Move av_reverse table to libavcodec It is only used in that library. --- 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 218c459acc..551017e8d9 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -28,6 +28,7 @@ #include "config.h" extern const uint32_t ff_inverse[257]; +extern const uint8_t ff_reverse[256]; extern const uint8_t ff_sqrt_tab[256]; #if ARCH_ARM -- cgit v1.2.3