diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-07-28 14:30:29 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-08-28 16:04:27 +0200 |
commit | cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a (patch) | |
tree | 4a6ab381b18288d42a7508104369805099421118 /libavutil/common.h | |
parent | 2f8cbbc962dfc0dc1dd0a90b2cd6c21266380f51 (diff) | |
download | ffmpeg-cdfe45ad371b7a8e6135b6c063b6b2a93152cb3a.tar.gz |
lavu: Drop deprecated av_reverse function
Deprecated in 10/2012.
Diffstat (limited to 'libavutil/common.h')
-rw-r--r-- | libavutil/common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavutil/common.h b/libavutil/common.h index 3265f9cca4..56556e744d 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -63,10 +63,6 @@ /* misc math functions */ -#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" |