From 330d9d1b50d59e0faabaedfe9fbf1f066e5744c9 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 28 Feb 2012 01:48:31 -0500 Subject: ra144enc: use AVCodec.encode2() --- libavcodec/ra144.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/ra144.h') diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h index 189c73a716..967afe02ee 100644 --- a/libavcodec/ra144.h +++ b/libavcodec/ra144.h @@ -24,6 +24,7 @@ #include #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,7 @@ typedef struct { AVCodecContext *avctx; AVFrame frame; LPCContext lpc_ctx; + AudioFrameQueue afq; int last_frame; unsigned int old_energy; ///< previous frame energy -- cgit v1.2.3