]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacenc.h
ffmpeg: check samplerate from decoder.
[ffmpeg] / libavcodec / aacenc.h
index d87cc0479ba70886703abf4e8ffbec9b32efcb4a..35a2565ef41394a63198e6a4ad74ca60bfd1c596 100644 (file)
@@ -27,7 +27,7 @@
 #include "dsputil.h"
 
 #include "aac.h"
-
+#include "audio_frame_queue.h"
 #include "psymodel.h"
 
 #define AAC_CODER_NB 4
@@ -74,6 +74,7 @@ typedef struct AACEncContext {
     int cur_channel;
     int last_frame;
     float lambda;
+    AudioFrameQueue afq;
     DECLARE_ALIGNED(16, int,   qcoefs)[96];      ///< quantized coefficients
     DECLARE_ALIGNED(32, float, scoefs)[1024];    ///< scaled coefficients