summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-13 11:18:55 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-13 11:27:54 +0100
commit4789955ec4260f9e8f99b8d774ada2ad679d5630 (patch)
treeb94dfe29f21daf81a3fe5d759e093c26de7be7e3 /libavcodec/ac3dec.h
parent2acd5fb5532587507ab197788338ae55bf9128aa (diff)
parente57daa876bf0cf50782550e366e589441cd8c2bd (diff)
downloadffmpeg-4789955ec4260f9e8f99b8d774ada2ad679d5630.tar.gz
Merge commit 'e57daa876bf0cf50782550e366e589441cd8c2bd'
* commit 'e57daa876bf0cf50782550e366e589441cd8c2bd': adpcm: decode directly to the user-provided AVFrame ac3: decode directly to the user-provided AVFrame aac: decode directly to the user-provided AVFrame 8svx: decode directly to the user-provided AVFrame Conflicts: libavcodec/8svx.c libavcodec/ac3dec.c libavcodec/adpcm.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ac3dec.h')
-rw-r--r--libavcodec/ac3dec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.h b/libavcodec/ac3dec.h
index a0213339bd..6c99ef6e6a 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