summaryrefslogtreecommitdiff
path: root/libavutil/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/common.h')
-rw-r--r--libavutil/common.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index 38eae28d2a..6594f7dcbf 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -87,13 +87,6 @@
/* misc math functions */
-/**
- * Reverse the order of the bits of an 8-bits unsigned integer.
- */
-#if FF_API_AV_REVERSE
-extern attribute_deprecated const uint8_t av_reverse[256];
-#endif
-
#ifdef HAVE_AV_CONFIG_H
# include "config.h"
# include "intmath.h"