Fix bad uninit when switching DVB channels.
[mplayer/glamo.git] / libmpcodecs / ae_twolame.h
blob65d3590f9bc038481906b46d9bce0b2e6415ce84
1 #ifndef MPAE_TWOLAME_H
2 #define MPAE_TWOLAME_H
4 #include "ae.h"
5 #include <twolame.h>
7 typedef struct {
8 twolame_options *twolame_ctx;
9 int vbr;
10 } mpae_twolame_ctx;
12 int mpae_init_twolame(audio_encoder_t *encoder);
14 #endif