summaryrefslogtreecommitdiff
path: root/toxav/video.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-04-26 00:31:03 +0200
committermannol <eniz_vukovic@hotmail.com>2015-04-26 00:31:03 +0200
commit144fc94d6987c8c6f74d8024af5a5c1738fe4678 (patch)
treebc5ad70ea24dafb8e358911ba118fc599f3f9999 /toxav/video.h
parent1bfd93e64a2a6d3bf9c90a9aa89abd29f3d826a7 (diff)
Almost done
Diffstat (limited to 'toxav/video.h')
-rw-r--r--toxav/video.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxav/video.h b/toxav/video.h
index ed264f36..9c5836a3 100644
--- a/toxav/video.h
+++ b/toxav/video.h
@@ -41,11 +41,11 @@ struct RTPMessage_s;
41typedef struct VCSession_s { 41typedef struct VCSession_s {
42 42
43 /* encoding */ 43 /* encoding */
44 vpx_codec_ctx_t v_encoder[1]; 44 vpx_codec_ctx_t encoder[1];
45 uint32_t frame_counter; 45 uint32_t frame_counter;
46 46
47 /* decoding */ 47 /* decoding */
48 vpx_codec_ctx_t v_decoder[1]; 48 vpx_codec_ctx_t decoder[1];
49 void *vbuf_raw; /* Un-decoded data */ 49 void *vbuf_raw; /* Un-decoded data */
50 50
51 /* Data handling */ 51 /* Data handling */