Browse Source

avcodec/libvorbisenc: drop dependancy on sizeof(AVFrame)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 12 years ago
parent
commit
3c8b085764
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/libvorbisenc.c

+ 0
- 1
libavcodec/libvorbisenc.c View File

@@ -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…
Cancel
Save