Support chapter seeking with ordered chapters
[mplayer.git] / libmpcodecs / ae_twolame.h
bloba7dd16832d9228937590741e1f3ba590b2dd60bf
1 #ifndef MPLAYER_AE_TWOLAME_H
2 #define MPLAYER_AE_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 /* MPLAYER_AE_TWOLAME_H */