diff options
author | mannol <eniz_vukovic@hotmail.com> | 2014-07-21 01:10:57 +0200 |
---|---|---|
committer | mannol <eniz_vukovic@hotmail.com> | 2014-07-21 01:10:57 +0200 |
commit | 1aeeef58b2b9e817563c9655d6b736cf41d1c110 (patch) | |
tree | 512faccefcb5f70c0640e831cd2209b5bbbf7e83 /toxav/codec.h | |
parent | 77c7a3e1030daf9cfba9dae4f850a7a92810ec83 (diff) |
Improved protocol and cleaned code a bit
Diffstat (limited to 'toxav/codec.h')
-rw-r--r-- | toxav/codec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toxav/codec.h b/toxav/codec.h index d8e9f1a7..a464ec8f 100644 --- a/toxav/codec.h +++ b/toxav/codec.h | |||
@@ -56,6 +56,9 @@ typedef struct _CodecState { | |||
56 | 56 | ||
57 | /* video decoding */ | 57 | /* video decoding */ |
58 | vpx_codec_ctx_t v_decoder; | 58 | vpx_codec_ctx_t v_decoder; |
59 | int bitrate; | ||
60 | int max_width; | ||
61 | int max_height; | ||
59 | 62 | ||
60 | /* audio encoding */ | 63 | /* audio encoding */ |
61 | OpusEncoder *audio_encoder; | 64 | OpusEncoder *audio_encoder; |