diff options
Diffstat (limited to 'toxav/codec.h')
-rw-r--r-- | toxav/codec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/codec.h b/toxav/codec.h index 31193e53..1ee0a4ff 100644 --- a/toxav/codec.h +++ b/toxav/codec.h | |||
@@ -144,7 +144,7 @@ typedef struct _CSSession { | |||
144 | PAIR(CSVideoCallback, void *) vcb; | 144 | PAIR(CSVideoCallback, void *) vcb; |
145 | 145 | ||
146 | /* Buffering */ | 146 | /* Buffering */ |
147 | void *abuf_raw, *vbuf_raw; /* Un-decoded data */ | 147 | void *vbuf_raw; /* Un-decoded data */ |
148 | pthread_mutex_t queue_mutex[1]; | 148 | pthread_mutex_t queue_mutex[1]; |
149 | 149 | ||
150 | void *agent; /* Pointer to ToxAv */ | 150 | void *agent; /* Pointer to ToxAv */ |