summaryrefslogtreecommitdiff
path: root/libavcodec/libvorbisenc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-17 16:27:36 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-17 17:18:29 +0100
commit3c8b085764ed4b036df4a8908a0781dc6d73ee11 (patch)
tree581ffd980ba30bb23d3b5b1418025b48aba01ca3 /libavcodec/libvorbisenc.c
parentbf1c87ee7ab1b98c1b92172eb1ebd6ad55564ff7 (diff)
avcodec/libvorbisenc: drop dependancy on sizeof(AVFrame)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/libvorbisenc.c')
-rw-r--r--libavcodec/libvorbisenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/libvorbisenc.c b/libavcodec/libvorbisenc.c
index a2faac702b..fd788b77ec 100644
--- a/libavcodec/libvorbisenc.c
+++ b/libavcodec/libvorbisenc.c
@@ -41,7 +41,6 @@
typedef struct OggVorbisEncContext {
AVClass *av_class; /**< class for AVOptions */
- AVFrame frame;
vorbis_info vi; /**< vorbis_info used during init */
vorbis_dsp_state vd; /**< DSP state used for analysis */
vorbis_block vb; /**< vorbis_block used for analysis */