1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 12:16:44 +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

@ -1146,7 +1146,7 @@ int main(int argc, char *argv[])
av = init_audio(prompt, m);
#ifdef VIDEO
init_video(prompt, m, av);
init_video(prompt, m);
#endif /* VIDEO */