]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aac.h
mpegvideo: add deprecated flags to the rc_strategy option
[ffmpeg] / libavcodec / aac.h
index 4910c661d6197c28f5d6f0c1eec01f0a167d638d..05bc95385f231961e478bd1d0554c15f491b665c 100644 (file)
@@ -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);