]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ra144.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / ra144.h
index 9665534f7b8a3cb4153960ffa815cbda05b0cf13..03c4860367874adb42b06f9833c834ae6a942969 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <stdint.h>
 #include "lpc.h"
+#include "audio_frame_queue.h"
 
 #define NBLOCKS         4       ///< number of subblocks within a block
 #define BLOCKSIZE       40      ///< subblock size in 16-bit words
@@ -36,6 +37,8 @@ typedef struct {
     AVCodecContext *avctx;
     AVFrame frame;
     LPCContext lpc_ctx;
+    AudioFrameQueue afq;
+    int last_frame;
 
     unsigned int     old_energy;        ///< previous frame energy