]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - opus_afh.c
ogg/opus: Infrastructure.
[paraslash.git] / opus_afh.c
diff --git a/opus_afh.c b/opus_afh.c
new file mode 100644 (file)
index 0000000..880e903
--- /dev/null
@@ -0,0 +1,19 @@
+#include <ogg/ogg.h>
+#include <regex.h>
+
+#include "para.h"
+#include "afh.h"
+#include "error.h"
+#include "portable_io.h"
+#include "string.h"
+#include "opus_common.h"
+#include "ogg_afh_common.h"
+/**
+ * The init function of the ogg/opus audio format handler.
+ *
+ * \param afh Pointer to the struct to initialize.
+ */
+void opus_afh_init(struct audio_format_handler *afh)
+{
+
+}