diff options
Diffstat (limited to 'toxav/codec.h')
-rw-r--r-- | toxav/codec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/codec.h b/toxav/codec.h index 6a673990..971a9e05 100644 --- a/toxav/codec.h +++ b/toxav/codec.h | |||
@@ -108,6 +108,7 @@ typedef struct CSSession_s { | |||
108 | /* audio encoding */ | 108 | /* audio encoding */ |
109 | OpusEncoder *audio_encoder; | 109 | OpusEncoder *audio_encoder; |
110 | int32_t encoder_channels; | 110 | int32_t encoder_channels; |
111 | int32_t encoder_sample_rate; | ||
111 | 112 | ||
112 | /* audio decoding */ | 113 | /* audio decoding */ |
113 | OpusDecoder *audio_decoder; | 114 | OpusDecoder *audio_decoder; |