avcodec/libvorbisenc: drop dependancy on sizeof(AVFrame)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 3c8b085764
)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -41,7 +41,6 @@
|
|||||||
|
|
||||||
typedef struct OggVorbisEncContext {
|
typedef struct OggVorbisEncContext {
|
||||||
AVClass *av_class; /**< class for AVOptions */
|
AVClass *av_class; /**< class for AVOptions */
|
||||||
AVFrame frame;
|
|
||||||
vorbis_info vi; /**< vorbis_info used during init */
|
vorbis_info vi; /**< vorbis_info used during init */
|
||||||
vorbis_dsp_state vd; /**< DSP state used for analysis */
|
vorbis_dsp_state vd; /**< DSP state used for analysis */
|
||||||
vorbis_block vb; /**< vorbis_block used for analysis */
|
vorbis_block vb; /**< vorbis_block used for analysis */
|
||||||
|
Reference in New Issue
Block a user