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 1ad1f6f5..51f34318 100644
--- a/toxav/video.h
+++ b/toxav/video.h
@@ -62,6 +62,6 @@ VCSession *vc_new(ToxAV* av, uint32_t friend_number, toxav_video_receive_frame_c
62void vc_kill(VCSession *vc); 62void vc_kill(VCSession *vc);
63void vc_iterate(VCSession *vc); 63void vc_iterate(VCSession *vc);
64int vc_queue_message(void *vcp, struct RTPMessage *msg); 64int vc_queue_message(void *vcp, struct RTPMessage *msg);
65int vc_reconfigure_encoder(vpx_codec_ctx_t *vccdc, uint32_t bit_rate, uint16_t width, uint16_t height); 65int vc_reconfigure_encoder(VCSession *vc, uint32_t bit_rate, uint16_t width, uint16_t height);
66 66
67#endif /* VIDEO_H */ 67#endif /* VIDEO_H */