summaryrefslogtreecommitdiff
path: root/toxav/codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/codec.h')
-rw-r--r--toxav/codec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/codec.h b/toxav/codec.h
index 1ee0a4ff..6018e5df 100644
--- a/toxav/codec.h
+++ b/toxav/codec.h
@@ -85,6 +85,7 @@ typedef struct _CSSession {
85 vpx_codec_ctx_t v_decoder; 85 vpx_codec_ctx_t v_decoder;
86 int max_width; 86 int max_width;
87 int max_height; 87 int max_height;
88 unsigned int video_bitrate;
88 89
89 90
90 /* Data handling */ 91 /* Data handling */