summaryrefslogtreecommitdiff
path: root/toxav/video.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-04-22 02:09:37 +0200
committermannol <eniz_vukovic@hotmail.com>2015-04-22 02:09:37 +0200
commit1bfd93e64a2a6d3bf9c90a9aa89abd29f3d826a7 (patch)
tree094af1cad749bef83678071476075160d956bfeb /toxav/video.h
parent3fd0ee5f0873924b4881b0e33eb1c17ea877ab4a (diff)
Finished refactoring
Diffstat (limited to 'toxav/video.h')
-rw-r--r--toxav/video.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toxav/video.h b/toxav/video.h
index c1678ad2..ed264f36 100644
--- a/toxav/video.h
+++ b/toxav/video.h
@@ -36,6 +36,8 @@
36 36
37#include "../toxcore/util.h" 37#include "../toxcore/util.h"
38 38
39struct RTPMessage_s;
40
39typedef struct VCSession_s { 41typedef struct VCSession_s {
40 42
41 /* encoding */ 43 /* encoding */
@@ -76,6 +78,7 @@ void vc_do(VCSession* vc);
76void vc_init_video_splitter_cycle(VCSession* vc); 78void vc_init_video_splitter_cycle(VCSession* vc);
77int vc_update_video_splitter_cycle(VCSession* vc, const uint8_t* payload, uint16_t length); 79int vc_update_video_splitter_cycle(VCSession* vc, const uint8_t* payload, uint16_t length);
78const uint8_t *vc_iterate_split_video_frame(VCSession* vc, uint16_t *size); 80const uint8_t *vc_iterate_split_video_frame(VCSession* vc, uint16_t *size);
81int vc_queue_message(void *vcp, struct RTPMessage_s *msg);
79int vc_reconfigure_encoder(VCSession* vc, int32_t bitrate, uint16_t width, uint16_t height); 82int vc_reconfigure_encoder(VCSession* vc, int32_t bitrate, uint16_t width, uint16_t height);
80 83
81#endif /* VIDEO_H */ \ No newline at end of file 84#endif /* VIDEO_H */ \ No newline at end of file