]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/adx.h
h264: use the main H264Context as the parent for all slice contexts
[ffmpeg] / libavcodec / adx.h
index 9328111012916c779415e309a955da12b113f872..9ae84dcec1fa82edc1225d0ceba317cd7d4049bd 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 */