1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-09-12 03:36:52 +02:00

Refactored video calls

This commit is contained in:
cnhenry
2015-08-11 06:11:09 -05:00
parent ad04fa4dcd
commit 6e0d19b01d
8 changed files with 259 additions and 113 deletions

View File

@@ -47,7 +47,6 @@ typedef enum VideoDeviceError {
typedef void (*VideoDataHandleCallback) (int16_t width, int16_t height, const uint8_t* y, const uint8_t* u, const uint8_t* v, void* data);
#ifdef VIDEO
VideoDeviceError init_video_devices(ToxAV* av);
#else