1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 15:06:45 +02:00

Fixed YUV stride issues

This commit is contained in:
cnhenry
2015-08-07 11:40:35 -05:00
parent 54e2fe8d6f
commit d359ba6a54
5 changed files with 85 additions and 109 deletions

View File

@ -51,6 +51,7 @@ typedef struct CallControl {
Call calls[MAX_CALLS];
bool pending_call;
bool video_call;
uint32_t call_state;
bool audio_enabled;