]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aac.h
avfilter: Remove deprecated resample_lavr_opts
[ffmpeg] / libavcodec / aac.h
index c2b9c980cbdc1091a6865f9d17d48f93c7c1e09f..1e82f56ca95ad234ba298d5f54c390ee0a165125 100644 (file)
@@ -34,6 +34,7 @@
 #include "aac_defines.h"
 #include "libavutil/float_dsp.h"
 #include "libavutil/fixed_dsp.h"
+#include "libavutil/mem_internal.h"
 #include "avcodec.h"
 #if !USE_FIXED
 #include "mdct15.h"
@@ -356,7 +357,7 @@ struct AACContext {
     OutputConfiguration oc[2];
     int warned_num_aac_frames;
     int warned_960_sbr;
-
+    unsigned warned_71_wide;
     int warned_gain_control;
 
     /* aacdec functions pointers */