mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/libvorbisenc: drop dependancy on sizeof(AVFrame)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
bf1c87ee7a
commit
3c8b085764
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user