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:
@@ -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
|
||||
|
Reference in New Issue
Block a user