summaryrefslogtreecommitdiff
path: root/toxav/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/video.h')
-rw-r--r--toxav/video.h3
1 files changed, 1 insertions, 2 deletions
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);
107/* 107/*
108 * Set new values to the encoders. 108 * Set new values to the encoders.
109 */ 109 */
110int vc_reconfigure_encoder(VCSession* vc, int32_t bit_rate, uint16_t width, uint16_t height); 110int vc_reconfigure_encoder(vpx_codec_ctx_t* vccdc, uint32_t bit_rate, uint16_t width, uint16_t height);
111int vc_reconfigure_test_encoder(VCSession* vc, int32_t bit_rate, uint16_t width, uint16_t height);
112 111
113#endif /* VIDEO_H */ \ No newline at end of file 112#endif /* VIDEO_H */ \ No newline at end of file