X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faac.h;h=05bc95385f231961e478bd1d0554c15f491b665c;hb=9ae2845b1c0a358f8585634f443283d560715580;hp=4910c661d6197c28f5d6f0c1eec01f0a167d638d;hpb=4961ddfd3563a075bdea7d729361adc95370d967;p=ffmpeg diff --git a/libavcodec/aac.h b/libavcodec/aac.h index 4910c661d61..05bc95385f2 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -357,6 +357,8 @@ struct AACContext { int warned_num_aac_frames; int warned_960_sbr; + int warned_gain_control; + /* aacdec functions pointers */ void (*imdct_and_windowing)(AACContext *ac, SingleChannelElement *sce); void (*apply_ltp)(AACContext *ac, SingleChannelElement *sce);