summaryrefslogtreecommitdiff
path: root/ext/opus/gstopusdec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opus/gstopusdec.h')
-rw-r--r--ext/opus/gstopusdec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/opus/gstopusdec.h b/ext/opus/gstopusdec.h
index f8d43a926..df52cfb6f 100644
--- a/ext/opus/gstopusdec.h
+++ b/ext/opus/gstopusdec.h
@@ -52,9 +52,9 @@ struct _GstOpusDec {
GstBuffer *streamheader;
GstBuffer *vorbiscomment;
- int sample_rate;
- int n_channels;
- guint32 pre_skip;
+ guint32 sample_rate;
+ guint8 n_channels;
+ guint16 pre_skip;
gint16 r128_gain;
GstAudioChannelPosition opus_pos[64];