]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aac.h
lavf: move AVStream.pts_buffer to AVStreamInternal
[ffmpeg] / libavcodec / aac.h
index 05bc95385f231961e478bd1d0554c15f491b665c..d422ea5b139660c38455a4414b0cdf57d54c15df 100644 (file)
@@ -356,7 +356,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 */
@@ -368,7 +368,7 @@ struct AACContext {
                                    INTFLOAT *in, IndividualChannelStream *ics);
     void (*update_ltp)(AACContext *ac, SingleChannelElement *sce);
     void (*vector_pow43)(int *coefs, int len);
-    void (*subband_scale)(int *dst, int *src, int scale, int offset, int len);
+    void (*subband_scale)(int *dst, int *src, int scale, int offset, int len, void *log_context);
 
 };