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