File: format_opus.h

package info (click to toggle)
icecast2 2.4.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 5,732 kB
  • sloc: ansic: 18,826; sh: 4,369; makefile: 200
file content (20 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Icecast
 *
 * This program is distributed under the GNU General Public License,
 * version 2. A copy of this license is included with this source.
 * At your option, this specific source file can also be distributed
 * under the GNU GPL version 3.
 *
 * Copyright 2012,      David Richards, Mozilla Foundation,
 *                      and others (see AUTHORS for details).
 */


#ifndef __FORMAT_OPUS_H
#define __FORMAT_OPUS_H

#include "format_ogg.h"

ogg_codec_t *initial_opus_page (format_plugin_t *plugin, ogg_page *page);

#endif /* __FORMAT_OPUS_H */