summaryrefslogtreecommitdiff
path: root/toxav/video.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-08-08 17:45:24 +0200
committermannol <eniz_vukovic@hotmail.com>2015-08-08 17:45:24 +0200
commit3c8cae72d08cabe870e2fd6b6ffdd78a32c2b410 (patch)
tree818fb6a8660d3607069f33833070f9536876f61c /toxav/video.h
parent657a57b406717a3ff08233eef14f20818c137f47 (diff)
Removed redundant function from video.[h|c]
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