1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 23:46:35 +01:00

Began conversion of audio code to new ToxAV API

This commit is contained in:
cnhenry
2015-06-12 10:50:26 -05:00
parent 6e90072fb8
commit 3241551cfb
17 changed files with 3805 additions and 297 deletions

View File

@@ -78,7 +78,7 @@ VideoDevice *video_device_running[2][MAX_DEVICES] = {{NULL}};
uint32_t primary_video_device[2];
#ifdef VIDEO
static ToxAv* av = NULL;
static ToxAV* av = NULL;
#endif /* VIDEO */
pthread_mutex_t video_mutex;
@@ -89,7 +89,7 @@ bool video_thread_running = true,
void* video_thread_poll(void*);
/* Meet devices */
#ifdef VIDEO
VideoDeviceError init_video_devices(ToxAv* av_)
VideoDeviceError init_video_devices(ToxAV* av_)
#else
VideoDeviceError init_video_devices()
#endif /* AUDIO */