mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 05:56:46 +02:00
Implemented video frames ready to send through ToxAV. NOTE: Contains YUV stride issues
This commit is contained in:
@ -154,6 +154,7 @@ struct ToxWindow {
|
||||
|
||||
#ifdef VIDEO
|
||||
int video_device_selection[2]; /* -1 if not set, if set uses these selections instead of primary video device */
|
||||
bool is_video;
|
||||
#endif /* VIDEO */
|
||||
|
||||
#endif /* AUDIO */
|
||||
|
Reference in New Issue
Block a user