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

#include "ae.h"

int mpae_init_pcm(audio_encoder_t *encoder);

#endif