]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ra144.h
alac: cosmetics: general pretty-printing and comment clean up
[ffmpeg] / libavcodec / ra144.h
index f6475d45fff0ad7ecf1c53031d4d57e010d1d287..967afe02eeec1f3f6a305c57e00b09de7caa5d50 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