diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-12-17 16:27:36 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-17 17:18:29 +0100 |
commit | 3c8b085764ed4b036df4a8908a0781dc6d73ee11 (patch) | |
tree | 581ffd980ba30bb23d3b5b1418025b48aba01ca3 | |
parent | bf1c87ee7ab1b98c1b92172eb1ebd6ad55564ff7 (diff) | |
download | ffmpeg-3c8b085764ed4b036df4a8908a0781dc6d73ee11.tar.gz |
avcodec/libvorbisenc: drop dependancy on sizeof(AVFrame)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/libvorbisenc.c | 1 |
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 */ |