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

#include "ae.h"

int mpae_init_lame(audio_encoder_t *encoder);

#endif /* AE_LAME_H */