summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_pcm.h
blob: 5eae0631b1e8cab6d595e1af2963631ec862b709 (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 /* AE_PCM_H */