diff --git a/toxav/video.h b/toxav/video.h index 335240c7..6bc9ae5c 100644 --- a/toxav/video.h +++ b/toxav/video.h @@ -47,7 +47,7 @@ typedef struct VCSession_s { /* decoding */ vpx_codec_ctx_t decoder[1]; - void *vbuf_raw; /* Un-decoded data */ + RingBuffer *vbuf_raw; /* Un-decoded data */ uint64_t linfts; /* Last received frame time stamp */ uint32_t lcfd; /* Last calculated frame duration for incoming video payload */