diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 17:17:15 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-09-05 17:17:15 +0200 |
commit | d96d0252fd535db5183492b804341cba93468b15 (patch) | |
tree | 3248c716a3d25bb141b9c0564f51a1d5ddcfcb39 /libavutil/common.h | |
parent | 0eed703d648c20eea8271be21f46540230d517e6 (diff) | |
parent | cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a (diff) | |
download | ffmpeg-d96d0252fd535db5183492b804341cba93468b15.tar.gz |
Merge commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a'
* commit 'cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a':
lavu: Drop deprecated av_reverse function
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavutil/common.h')
-rw-r--r-- | libavutil/common.h | 7 |
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" |