]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - aac.h
First draft of the aac audio format handler
[paraslash.git] / aac.h
diff --git a/aac.h b/aac.h
new file mode 100644 (file)
index 0000000..8ae7502
--- /dev/null
+++ b/aac.h
@@ -0,0 +1,5 @@
+#include <neaacdec.h>
+
+/* exported symbols from aac_common.c */
+NeAACDecHandle aac_open(void);
+int aac_find_esds(unsigned char *buf, unsigned buflen, int *skip);