From b2d88a4544a81a217db18b60d91a44d85821db3d Mon Sep 17 00:00:00 2001 From: mannol Date: Sat, 11 Apr 2015 02:07:54 +0200 Subject: Random fixes --- toxav/codec.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toxav/codec.h') 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 { int32_t last_packet_channel_count; int32_t last_packet_sampling_rate; int32_t last_packet_frame_duration; + int32_t last_decoding_sampling_rate; + int32_t last_decoding_channel_count; + uint64_t last_decoder_reconfiguration; struct JitterBuffer_s *j_buf; -- cgit v1.2.3