summaryrefslogtreecommitdiffstats
path: root/libavcodec/mathops.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-03-24 11:16:53 +0100
committerDiego Biurrun <diego@biurrun.de>2016-03-25 15:23:56 +0100
commitf4d581cda3897f66c1dda7586b93f86a591dbbef (patch)
tree2b0ffc804d914fe27b7324f7e21487476df13bda /libavcodec/mathops.h
parent02cd8bb9cb4381c50f42a9284098cc8a33d397db (diff)
downloadffmpeg-streaming-f4d581cda3897f66c1dda7586b93f86a591dbbef.zip
ffmpeg-streaming-f4d581cda3897f66c1dda7586b93f86a591dbbef.tar.gz
lavc: Deduplicate zigzag_scan table
Diffstat (limited to 'libavcodec/mathops.h')
-rw-r--r--libavcodec/mathops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h
index 7af13e1..bd85dd7 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"
OpenPOWER on IntegriCloud