Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-08-08 11:41:34 +0300
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-08-12 01:14:14 +0300
commit107e54c5bf431bebfa79241d43b5fafb572b355a (patch)
tree395f26ebaec550b6b99ebc3f2a0e2015ba2500bc /libavcodec/mathops.h
parent9c29aa7143ba13ba71c70a1454ec35f2da10c3e0 (diff)
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 46283ca444..c065018f56 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];