summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/toxav.h')
-rw-r--r--toxav/toxav.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index 098075b3..73e5a86c 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -215,11 +215,11 @@ typedef enum TOXAV_CALL_STATE {
215 /** 215 /**
216 * AV core suggests you to lower bitrate for audio. 216 * AV core suggests you to lower bitrate for audio.
217 */ 217 */
218 TOXAV_CALL_STATE_LOWER_AUDIO_BITRATE = 32, 218 TOXAV_CALL_STATE_DECREASE_AUDIO_BITRATE = 32,
219 /** 219 /**
220 * AV core suggests you to lower bitrate for video. 220 * AV core suggests you to lower bitrate for video.
221 */ 221 */
222 TOXAV_CALL_STATE_LOWER_VIDEO_BITRATE = 64, 222 TOXAV_CALL_STATE_DECREASE_VIDEO_BITRATE = 64,
223 /** 223 /**
224 * AV core suggests you to increase bitrate for audio. 224 * AV core suggests you to increase bitrate for audio.
225 */ 225 */