]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacenc.h
lavc: move exp2fi to ff_exp2fi in internal.h
[ffmpeg] / libavcodec / aacenc.h
index d8bed82abe7c789f46294635c71bcdd90e135679..2b721d374f48e870f11d807e3ba03edfe7a6aab4 100644 (file)
@@ -23,6 +23,7 @@
 #define AVCODEC_AACENC_H
 
 #include "libavutil/float_dsp.h"
+#include "libavutil/lfg.h"
 #include "avcodec.h"
 #include "put_bits.h"
 
@@ -100,6 +101,7 @@ typedef struct AACEncContext {
     FFTContext mdct1024;                         ///< long (1024 samples) frame transform context
     FFTContext mdct128;                          ///< short (128 samples) frame transform context
     AVFloatDSPContext *fdsp;
+    AVLFG lfg;                                   ///< PRNG needed for PNS
     float *planar_samples[8];                    ///< saved preprocessed input
 
     int profile;                                 ///< copied from avctx