X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faac.h;h=f089ee9a295df6621114844d4056907ae0a824f3;hb=2905e3ff6462431d55f89614b24e2a407707c82a;hp=5cc85dd613023a1d00062dbb786c44af2c623825;hpb=6841c8c5791e857a3327411f23c13b0d28f69f1f;p=ffmpeg diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 5cc85dd6130..f089ee9a295 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -227,7 +227,7 @@ typedef struct { DECLARE_ALIGNED(32, float, coeffs)[1024]; ///< coefficients for IMDCT DECLARE_ALIGNED(32, float, saved)[1024]; ///< overlap DECLARE_ALIGNED(32, float, ret)[2048]; ///< PCM output - DECLARE_ALIGNED(16, int16_t, ltp_state)[3072]; ///< time signal for LTP + DECLARE_ALIGNED(16, float, ltp_state)[3072]; ///< time signal for LTP PredictorState predictor_state[MAX_PREDICTORS]; } SingleChannelElement;