From 55d2e12aefa25100ff437bf1530d2aa3713d0ec5 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 23 Dec 2012 16:40:37 -0500 Subject: ac3: decode directly to the user-provided AVFrame --- libavcodec/ac3dec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/ac3dec.h') diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h index 8d3a311bfc..6707fd2643 100644 --- a/libavcodec/ac3dec.h +++ b/libavcodec/ac3dec.h @@ -69,7 +69,6 @@ typedef struct AC3DecodeContext { AVClass *class; ///< class for AVOptions AVCodecContext *avctx; ///< parent context - AVFrame frame; ///< AVFrame for decoded output GetBitContext gbc; ///< bitstream reader ///@name Bit stream information -- cgit v1.2.3