From 90b1ca872731d7911d6318c3a6e05133ea6071b8 Mon Sep 17 00:00:00 2001 From: Eniz Vukovic Date: Fri, 23 Oct 2015 22:52:32 +0200 Subject: Fix setting resolution for vpx v1.4 (or newer i suppose) --- toxav/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toxav/video.h') 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 void vc_kill(VCSession *vc); void vc_iterate(VCSession *vc); int vc_queue_message(void *vcp, struct RTPMessage *msg); -int vc_reconfigure_encoder(vpx_codec_ctx_t *vccdc, uint32_t bit_rate, uint16_t width, uint16_t height); +int vc_reconfigure_encoder(VCSession *vc, uint32_t bit_rate, uint16_t width, uint16_t height); #endif /* VIDEO_H */ -- cgit v1.2.3