From 3c8cae72d08cabe870e2fd6b6ffdd78a32c2b410 Mon Sep 17 00:00:00 2001 From: mannol Date: Sat, 8 Aug 2015 17:45:24 +0200 Subject: Removed redundant function from video.[h|c] --- toxav/video.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toxav/video.h') diff --git a/toxav/video.h b/toxav/video.h index 96d3205d..ac165df6 100644 --- a/toxav/video.h +++ b/toxav/video.h @@ -107,7 +107,6 @@ int vc_queue_message(void *vcp, struct RTPMessage_s *msg); /* * Set new values to the encoders. */ -int vc_reconfigure_encoder(VCSession* vc, int32_t bit_rate, uint16_t width, uint16_t height); -int vc_reconfigure_test_encoder(VCSession* vc, int32_t bit_rate, uint16_t width, uint16_t height); +int vc_reconfigure_encoder(vpx_codec_ctx_t* vccdc, uint32_t bit_rate, uint16_t width, uint16_t height); #endif /* VIDEO_H */ \ No newline at end of file -- cgit v1.2.3