summaryrefslogtreecommitdiff
path: root/libavcodec/adx.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-08-06 20:02:11 +0000
committerAnton Khirnov <anton@khirnov.net>2014-08-09 16:59:34 +0000
commit9325d88eba8038b3e2a4485e473a018410379e2d (patch)
tree22c127f4a4730cc8d96a382b8a30875e540f5973 /libavcodec/adx.h
parent24c788f4878729a42150581d7ed7e9a11daf874d (diff)
lavc: remove obsolete and disabled avpriv functions
Diffstat (limited to 'libavcodec/adx.h')
-rw-r--r--libavcodec/adx.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/adx.h b/libavcodec/adx.h
index 9328111012..9ae84dcec1 100644
--- a/libavcodec/adx.h
+++ b/libavcodec/adx.h
@@ -77,9 +77,4 @@ void ff_adx_calculate_coeffs(int cutoff, int sample_rate, int bits, int *coeff);
int ff_adx_decode_header(AVCodecContext *avctx, const uint8_t *buf,
int bufsize, int *header_size, int *coeff);
-#if LIBAVCODEC_VERSION_MAJOR < 56
-int avpriv_adx_decode_header(AVCodecContext *avctx, const uint8_t *buf,
- int bufsize, int *header_size, int *coeff);
-#endif
-
#endif /* AVCODEC_ADX_H */