X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faac.h;h=4910c661d6197c28f5d6f0c1eec01f0a167d638d;hb=deeaaba1ab1e7476ef8c9e17851eb6bf49d69682;hp=97a2df6b869d76486f6fbcfe707b85d3ba76f863;hpb=938e5f57d208a8a9a3978d6f92ed2139004b7b01;p=ffmpeg diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 97a2df6b869..4910c661d61 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -327,7 +327,9 @@ struct AACContext { #if USE_FIXED AVFixedDSPContext *fdsp; #else + MDCT15Context *mdct120; MDCT15Context *mdct480; + MDCT15Context *mdct960; AVFloatDSPContext *fdsp; #endif /* USE_FIXED */ int random_state; @@ -353,6 +355,7 @@ struct AACContext { OutputConfiguration oc[2]; int warned_num_aac_frames; + int warned_960_sbr; /* aacdec functions pointers */ void (*imdct_and_windowing)(AACContext *ac, SingleChannelElement *sce);