summaryrefslogtreecommitdiff
path: root/toxav/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/video.h')
-rw-r--r--toxav/video.h2
1 files changed, 1 insertions, 1 deletions
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 {
47 47
48 /* decoding */ 48 /* decoding */
49 vpx_codec_ctx_t decoder[1]; 49 vpx_codec_ctx_t decoder[1];
50 void *vbuf_raw; /* Un-decoded data */ 50 RingBuffer *vbuf_raw; /* Un-decoded data */
51 51
52 uint64_t linfts; /* Last received frame time stamp */ 52 uint64_t linfts; /* Last received frame time stamp */
53 uint32_t lcfd; /* Last calculated frame duration for incoming video payload */ 53 uint32_t lcfd; /* Last calculated frame duration for incoming video payload */