Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-12-24 04:50:54 +0400
committerJustin Ruggles <justin.ruggles@gmail.com>2013-02-12 21:21:23 +0400
commitf7e8c87c02dc9b94857b0652fd15981c2b856841 (patch)
tree79c635e77209d5c864c9a88119f21dd997e90d32 /libavcodec/ra144.h
parentcbeb3ed38d9dbab7b9b3dc646f9c328426b3df29 (diff)
ra144: decode directly to the user-provided AVFrame
Diffstat (limited to 'libavcodec/ra144.h')
-rw-r--r--libavcodec/ra144.h1
1 files changed, 0 insertions, 1 deletions
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;