diff get_bits.h @ 10501:bdf4a9ca162a libavcodec

Move ff_reverse in libavcodec to av_reverse in libavutil. Patch by Francesco Lavra, francescolavra interfree it
author cehoyos
date Mon, 09 Nov 2009 09:11:35 +0000
parents fd9dfd5aa5e9
children 9f16f997c41b
line wrap: on
line diff
--- a/get_bits.h	Sun Nov 08 23:37:59 2009 +0000
+++ b/get_bits.h	Mon Nov 09 09:11:35 2009 +0000
@@ -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){