]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libvo-aacenc.c
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / libvo-aacenc.c
index 25d7718314a74e89f901910a7e174668bd972619..876ef4c197b75a924ad3a291e6f792a339e159d7 100644 (file)
@@ -105,7 +105,7 @@ static av_cold int aac_encode_init(AVCodecContext *avctx)
     if (avctx->flags & AV_CODEC_FLAG_GLOBAL_HEADER) {
         avctx->extradata_size = 2;
         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;