summaryrefslogtreecommitdiff
path: root/toxav/video.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-05-22 23:22:31 +0200
committermannol <eniz_vukovic@hotmail.com>2015-05-22 23:22:31 +0200
commit3100042a2b78f4f80d23f67e6113797cd8fb5df0 (patch)
treec226f4b25002784d93f9bb6415be4b55b76cddd1 /toxav/video.h
parent62c40af1a0c557ba8c77583c972ae3af9af15cf1 (diff)
parent2ba076ac5cc6efb5eb41fb4aa6a77a151885f26c (diff)
Updated with master
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 */