summaryrefslogtreecommitdiff
path: root/toxav/codec.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-02-17 23:34:40 +0100
committermannol <eniz_vukovic@hotmail.com>2015-02-17 23:34:40 +0100
commit483a6ffa328e8699d156633ab3e0016171e11dd8 (patch)
tree78f7f6e555ad589a9242b93803023f30e2aa4ee3 /toxav/codec.h
parent7329f3b3d461a8f7738fa4b13a2dffc8d6a5b5f5 (diff)
Added 2 new headers into msi for buffer control
Diffstat (limited to 'toxav/codec.h')
-rw-r--r--toxav/codec.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/toxav/codec.h b/toxav/codec.h
index 02a3b1b4..b5eb19e2 100644
--- a/toxav/codec.h
+++ b/toxav/codec.h
@@ -1,8 +1,6 @@
1/** codec.h 1/** codec.h
2 * 2 *
3 * Audio and video codec intitialization, encoding/decoding and playback 3 * Copyright (C) 2013-2015 Tox project All Rights Reserved.
4 *
5 * Copyright (C) 2013 Tox project All Rights Reserved.
6 * 4 *
7 * This file is part of Tox. 5 * This file is part of Tox.
8 * 6 *
@@ -69,7 +67,7 @@ typedef enum {
69/** 67/**
70 * Codec session - controling codec 68 * Codec session - controling codec
71 */ 69 */
72typedef struct _CSSession { 70typedef struct CSSession_s {
73 71
74 /* VIDEO 72 /* VIDEO
75 * 73 *
@@ -117,7 +115,7 @@ typedef struct _CSSession {
117 int32_t last_pack_channels; 115 int32_t last_pack_channels;
118 int32_t last_packet_sampling_rate; 116 int32_t last_packet_sampling_rate;
119 int32_t last_packet_frame_duration; 117 int32_t last_packet_frame_duration;
120 struct JitterBuffer *j_buf; 118 struct JitterBuffer_s *j_buf;
121 119
122 120
123 /* Voice activity detection */ 121 /* Voice activity detection */