summaryrefslogtreecommitdiff
path: root/toxav/codec.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-12-16 13:10:28 -0500
committerirungentoo <irungentoo@gmail.com>2014-12-16 13:10:28 -0500
commit82ba83e52643ff76962b24abb6ca22ba343c1fbb (patch)
tree48829e3302700b3d1303b76ee6ecbea39e648f21 /toxav/codec.h
parentd6da08fe9d86fa5f03d0a2fe74960d62bc0c00fc (diff)
cs_set_video_encoder_resolution improvements.
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 */