summaryrefslogtreecommitdiff
path: root/libavcodec/get_bits.h
diff options
context:
space:
mode:
authorFrancesco Lavra <francescolavra@interfree.it>2009-11-09 09:11:35 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-11-09 09:11:35 +0000
commit91cc5d37679b112d03c20d053905c3941c0a8992 (patch)
tree63de7240f7f22da61839db5cc9d50cc22562a59a /libavcodec/get_bits.h
parent66ddc150f0231889f9a05f71739ff1a40db9a01d (diff)
Move ff_reverse in libavcodec to av_reverse in libavutil.
Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 20484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/get_bits.h')
-rw-r--r--libavcodec/get_bits.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/get_bits.h b/libavcodec/get_bits.h
index 0a3ffae25f..36beecd674 100644
--- a/libavcodec/get_bits.h
+++ b/libavcodec/get_bits.h
@@ -49,8 +49,6 @@
# endif
#endif
-extern const uint8_t ff_reverse[256];
-
#if ARCH_X86
// avoid +32 for shift optimization (gcc should do that ...)
static inline int32_t NEG_SSR32( int32_t a, int8_t s){