]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aac_adtstoasc_bsf.c
aacenc: Enable Intensity Stereo by default
[ffmpeg] / libavcodec / aac_adtstoasc_bsf.c
index 1f11d0249917b162ea0c8a745bbafef858140a5f..9c117c600549d82e05a21604f8a0dc0e34961168 100644 (file)
@@ -89,7 +89,7 @@ static int aac_adtstoasc_filter(AVBitStreamFilterContext *bsfc,
         }
         av_free(avctx->extradata);
         avctx->extradata_size = 2 + pce_size;
-        avctx->extradata = av_mallocz(avctx->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
+        avctx->extradata = av_mallocz(avctx->extradata_size + AV_INPUT_BUFFER_PADDING_SIZE);
         if (!avctx->extradata) {
             avctx->extradata_size = 0;
             return AVERROR(ENOMEM);