diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-12-23 16:40:37 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2013-02-12 12:21:21 -0500 |
commit | 55d2e12aefa25100ff437bf1530d2aa3713d0ec5 (patch) | |
tree | b3a2acd9005874b690225b66d4d114e50c3901b7 /libavcodec/ac3dec.h | |
parent | ffd2123095bd1ab5109c78f78c72759bb838805b (diff) | |
download | ffmpeg-55d2e12aefa25100ff437bf1530d2aa3713d0ec5.tar.gz |
ac3: decode directly to the user-provided AVFrame
Diffstat (limited to 'libavcodec/ac3dec.h')
-rw-r--r-- | libavcodec/ac3dec.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |