summaryrefslogtreecommitdiff
path: root/libavutil/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/common.h')
-rw-r--r--libavutil/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index a6303d9872..a8a9bd39e6 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -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;