ogg/opus: Infrastructure.
[paraslash.git] / opus_afh.c
1 #include <ogg/ogg.h>
2 #include <regex.h>
3
4 #include "para.h"
5 #include "afh.h"
6 #include "error.h"
7 #include "portable_io.h"
8 #include "string.h"
9 #include "opus_common.h"
10 #include "ogg_afh_common.h"
11 /**
12  * The init function of the ogg/opus audio format handler.
13  *
14  * \param afh Pointer to the struct to initialize.
15  */
16 void opus_afh_init(struct audio_format_handler *afh)
17 {
18
19 }