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

#include "ae.h"

int mpae_init_lame(audio_encoder_t *encoder);

#endif