X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faac.h;h=4910c661d6197c28f5d6f0c1eec01f0a167d638d;hb=1985071e41f4df8fc693a564e25758676bba164a;hp=97a2df6b869d76486f6fbcfe707b85d3ba76f863;hpb=e5630ce5b122b058e6a510ad841b678eb7c5ae76;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);