Support chapter seeking with ordered chapters
[mplayer.git] / libmpcodecs / ae_lame.h
blob39ff83a72b86bd50ab7a8cbe4367823b68da3973
1 #ifndef MPLAYER_AE_LAME_H
2 #define MPLAYER_AE_LAME_H
4 #include "ae.h"
6 int mpae_init_lame(audio_encoder_t *encoder);
8 #endif /* MPLAYER_AE_LAME_H */