summaryrefslogtreecommitdiffstats
path: root/libavcodec/mathops.h
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-08-08 10:41:34 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-08-12 00:14:14 +0200
commit107e54c5bf431bebfa79241d43b5fafb572b355a (patch)
tree395f26ebaec550b6b99ebc3f2a0e2015ba2500bc /libavcodec/mathops.h
parent9c29aa7143ba13ba71c70a1454ec35f2da10c3e0 (diff)
downloadffmpeg-streaming-107e54c5bf431bebfa79241d43b5fafb572b355a.zip
ffmpeg-streaming-107e54c5bf431bebfa79241d43b5fafb572b355a.tar.gz
avutil: add ff_reverse as av_reverse replacement
The table is used in libavutil/eval.c. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavcodec/mathops.h')
-rw-r--r--libavcodec/mathops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h
index 46283ca..c065018 100644
--- a/libavcodec/mathops.h
+++ b/libavcodec/mathops.h
@@ -30,7 +30,6 @@
#define MAX_NEG_CROP 1024
extern const uint32_t ff_inverse[257];
-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];
OpenPOWER on IntegriCloud