summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_pcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/ae_pcm.h')
-rw-r--r--libmpcodecs/ae_pcm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libmpcodecs/ae_pcm.h b/libmpcodecs/ae_pcm.h
new file mode 100644
index 0000000000..ab9a9aeb40
--- /dev/null
+++ b/libmpcodecs/ae_pcm.h
@@ -0,0 +1,8 @@
+#ifndef __AE_PCM_H_
+#define __AE_PCM_H_
+
+#include "ae.h"
+
+int mpae_init_pcm(audio_encoder_t *encoder);
+
+#endif