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

#include "ae.h"

int mpae_init_lame(audio_encoder_t *encoder);

#endif