summaryrefslogtreecommitdiff
path: root/toxav/video.h
diff options
context:
space:
mode:
authorEniz Vukovic <eniz_vukovic@hotmail.com>2015-10-23 22:52:32 +0200
committerEniz Vukovic <eniz_vukovic@hotmail.com>2015-10-23 22:53:56 +0200
commit90b1ca872731d7911d6318c3a6e05133ea6071b8 (patch)
treefab45a53e0054a83f9bf9f7bd273ec63e82dd05f /toxav/video.h
parentb5809f073241c778a97665b2924b85890e52ea1e (diff)
Fix setting resolution for vpx v1.4 (or newer i suppose)
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 */