X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faac.h;h=05bc95385f231961e478bd1d0554c15f491b665c;hb=92c25963e8b68c47055b813334eaf76599936a90;hp=4910c661d6197c28f5d6f0c1eec01f0a167d638d;hpb=792802f5f91a6119732d04ee0f440d763755be50;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);