]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/adx.h
Merge commit 'ab56fabe6294524e99815451ad01e4ff50c6d734'
[ffmpeg] / libavcodec / adx.h
index ca59a2dccab3fb0e22fd74c33050c8a08fba60a6..08f749a046723d9b7dcf3368089d2bef6f4156ba 100644 (file)
@@ -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 */