summaryrefslogtreecommitdiff
path: root/toxav/codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/codec.h')
-rw-r--r--toxav/codec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxav/codec.h b/toxav/codec.h
index 4e2b995b..830dbbf6 100644
--- a/toxav/codec.h
+++ b/toxav/codec.h
@@ -93,6 +93,9 @@ typedef struct CSession_s {
93 int32_t last_packet_channel_count; 93 int32_t last_packet_channel_count;
94 int32_t last_packet_sampling_rate; 94 int32_t last_packet_sampling_rate;
95 int32_t last_packet_frame_duration; 95 int32_t last_packet_frame_duration;
96 int32_t last_decoding_sampling_rate;
97 int32_t last_decoding_channel_count;
98 uint64_t last_decoder_reconfiguration;
96 struct JitterBuffer_s *j_buf; 99 struct JitterBuffer_s *j_buf;
97 100
98 101