summaryrefslogtreecommitdiff
path: root/common/snd_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/snd_codec.h')
-rw-r--r--common/snd_codec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/snd_codec.h b/common/snd_codec.h
index eee91cd..3dbac93 100644
--- a/common/snd_codec.h
+++ b/common/snd_codec.h
@@ -53,8 +53,7 @@ typedef struct SndCodecInternal * SndCodec;
bool snd_codec_is_capable(SpiceAudioDataMode mode, int frequency);
-SndCodecResult snd_codec_create(SndCodec *codec,
- SpiceAudioDataMode mode, int frequency, int purpose);
+SndCodecResult snd_codec_create(SndCodec *codec, int mode, int frequency, int purpose);
void snd_codec_destroy(SndCodec *codec);
int snd_codec_frame_size(SndCodec codec);