summaryrefslogtreecommitdiff
path: root/toxav/codec.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-04-11 02:07:54 +0200
committermannol <eniz_vukovic@hotmail.com>2015-04-11 02:07:54 +0200
commitb2d88a4544a81a217db18b60d91a44d85821db3d (patch)
tree29eb1dc55848187b78e91cdb8dc59f6cf2ef89c2 /toxav/codec.h
parent4fa31d14cf53dd54b182508df31b5524b1f24cb6 (diff)
Random fixes
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