1 /* Icecast 2 * 3 * This program is distributed under the GNU General Public License, 4 * version 2. A copy of this license is included with this source. 5 * At your option, this specific source file can also be distributed 6 * under the GNU GPL version 3. 7 * 8 * Copyright 2012, David Richards, Mozilla Foundation, 9 * and others (see AUTHORS for details). 10 */ 11 12 13 #ifndef __FORMAT_OPUS_H 14 #define __FORMAT_OPUS_H 15 16 #include "format_ogg.h" 17 18 ogg_codec_t *initial_opus_page (format_plugin_t *plugin, ogg_page *page); 19 20 #endif /* __FORMAT_OPUS_H */ 21