summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_lame.h
blob: 39ff83a72b86bd50ab7a8cbe4367823b68da3973 (plain)
1
2
3
4
5
6
7
8
#ifndef MPLAYER_AE_LAME_H
#define MPLAYER_AE_LAME_H

#include "ae.h"

int mpae_init_lame(audio_encoder_t *encoder);

#endif /* MPLAYER_AE_LAME_H */