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 8da15578..96d3205d 100644
--- a/toxav/video.h
+++ b/toxav/video.h
@@ -71,7 +71,7 @@ typedef struct VCSession_s {
71 ToxAV *av; 71 ToxAV *av;
72 uint32_t friend_number; 72 uint32_t friend_number;
73 73
74 PAIR(toxav_receive_video_frame_cb *, void *) vcb; /* Video frame receive callback */ 74 PAIR(toxav_video_receive_frame_cb *, void *) vcb; /* Video frame receive callback */
75 75
76 pthread_mutex_t queue_mutex[1]; 76 pthread_mutex_t queue_mutex[1];
77} VCSession; 77} VCSession;
@@ -79,7 +79,7 @@ typedef struct VCSession_s {
79/* 79/*
80 * Create new Video Codec session. 80 * Create new Video Codec session.
81 */ 81 */
82VCSession* vc_new(ToxAV* av, uint32_t friend_number, toxav_receive_video_frame_cb *cb, void *cb_data, uint32_t mvfpsz); 82VCSession* vc_new(ToxAV* av, uint32_t friend_number, toxav_video_receive_frame_cb *cb, void *cb_data, uint32_t mvfpsz);
83/* 83/*
84 * Kill the Video Codec session. 84 * Kill the Video Codec session.
85 */ 85 */