summaryrefslogtreecommitdiff
path: root/ext/opus/gstopusenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opus/gstopusenc.h')
-rw-r--r--ext/opus/gstopusenc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/opus/gstopusenc.h b/ext/opus/gstopusenc.h
index 43eaac8d2..f447292af 100644
--- a/ext/opus/gstopusenc.h
+++ b/ext/opus/gstopusenc.h
@@ -79,7 +79,8 @@ struct _GstOpusEnc {
gint n_channels;
gint sample_rate;
- guint64 encoded_samples;
+ guint64 encoded_samples, consumed_samples;
+ guint16 lookahead, pending_lookahead;
guint8 channel_mapping_family;
guint8 encoding_channel_mapping[256];