From ffd2123095bd1ab5109c78f78c72759bb838805b Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 23 Dec 2012 16:37:23 -0500 Subject: aac: decode directly to the user-provided AVFrame --- libavcodec/aac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/aac.h') diff --git a/libavcodec/aac.h b/libavcodec/aac.h index dd337a0a75..97f46e26a2 100644 --- a/libavcodec/aac.h +++ b/libavcodec/aac.h @@ -262,7 +262,7 @@ typedef struct ChannelElement { */ typedef struct AACContext { AVCodecContext *avctx; - AVFrame frame; + AVFrame *frame; int is_saved; ///< Set if elements have stored overlap from previous frame. DynamicRangeControl che_drc; -- cgit v1.2.3