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

#include "ae.h"

int mpae_init_pcm(audio_encoder_t *encoder);

#endif /* MPLAYER_AE_PCM_H */