summaryrefslogtreecommitdiff
path: root/libavcodec/adx.h
diff options
context:
space:
mode:
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 */