File: snd_opus.h

package info (click to toggle)
quakespasm 0.93.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,672 kB
  • sloc: ansic: 52,034; sh: 306; makefile: 263
file content (13 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Ogg/Opus streaming music support. */

#if !defined(_SND_OPUS_H_)
#define _SND_OPUS_H_ 1

#if defined(USE_CODEC_OPUS)

extern snd_codec_t opus_codec;

#endif	/* USE_CODEC_OPUS */

#endif	/* ! _SND_OPUS_H_ */