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