summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_lame.h
blob: dc4af5d2c2c7742fb2b3d2ba1e64801a6b0527b8 (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