]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libfdk-aacenc.c
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / libfdk-aacenc.c
index 2413c71f2c210c8d42c33bb452c18e7a6e6370e9..2cea58f152e11c7f16065ed7de31cc68d3c09481 100644 (file)
@@ -292,7 +292,7 @@ static av_cold int aac_encode_init(AVCodecContext *avctx)
     if (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) {
         avctx->extradata_size = info.confSize;
         avctx->extradata      = av_mallocz(avctx->extradata_size +
-                                           FF_INPUT_BUFFER_PADDING_SIZE);
+                                           AV_INPUT_BUFFER_PADDING_SIZE);
         if (!avctx->extradata) {
             ret = AVERROR(ENOMEM);
             goto error;