summaryrefslogtreecommitdiff
path: root/toxav/video.h
diff options
context:
space:
mode:
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 */