]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/atrac3.c
mpegvideo: Drop mpegvideo.h where not needed
[ffmpeg] / libavcodec / atrac3.c
index c4201fb418921e42911c596b5a4a56d6d0a0b23c..2e1fd3c13362bea9aba935785bfdb4df952756ae 100644 (file)
@@ -879,7 +879,7 @@ static av_cold int atrac3_decode_init(AVCodecContext *avctx)
         return AVERROR(EINVAL);
 
     q->decoded_bytes_buffer = av_mallocz(FFALIGN(avctx->block_align, 4) +
-                                         FF_INPUT_BUFFER_PADDING_SIZE);
+                                         AV_INPUT_BUFFER_PADDING_SIZE);
     if (!q->decoded_bytes_buffer)
         return AVERROR(ENOMEM);