From 144fc94d6987c8c6f74d8024af5a5c1738fe4678 Mon Sep 17 00:00:00 2001 From: mannol Date: Sun, 26 Apr 2015 00:31:03 +0200 Subject: Almost done --- toxav/video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toxav/video.h') 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; typedef struct VCSession_s { /* encoding */ - vpx_codec_ctx_t v_encoder[1]; + vpx_codec_ctx_t encoder[1]; uint32_t frame_counter; /* decoding */ - vpx_codec_ctx_t v_decoder[1]; + vpx_codec_ctx_t decoder[1]; void *vbuf_raw; /* Un-decoded data */ /* Data handling */ -- cgit v1.2.3