diff common.h @ 784:fd7a78f003e7 libavutil

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 29225fa79236
children 36cc11e07d9b
line wrap: on
line diff
--- a/common.h	Thu Nov 05 23:45:15 2009 +0000
+++ b/common.h	Mon Nov 09 09:11:35 2009 +0000
@@ -136,6 +136,8 @@
 /* misc math functions */
 extern const uint8_t ff_log2_tab[256];
 
+extern const uint8_t av_reverse[256];
+
 static inline av_const int av_log2(unsigned int v)
 {
     int n = 0;