From f7e8c87c02dc9b94857b0652fd15981c2b856841 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 23 Dec 2012 19:50:54 -0500 Subject: ra144: decode directly to the user-provided AVFrame --- libavcodec/ra144.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/ra144.h') diff --git a/libavcodec/ra144.h b/libavcodec/ra144.h index 73f83f0865..81d6964abc 100644 --- a/libavcodec/ra144.h +++ b/libavcodec/ra144.h @@ -35,7 +35,6 @@ typedef struct RA144Context { AVCodecContext *avctx; - AVFrame frame; LPCContext lpc_ctx; AudioFrameQueue afq; int last_frame; -- cgit v1.2.3