1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-06-29 13:27:46 +02:00

Disable recv video callback for now

This commit is contained in:
Jfreegman 2015-11-05 15:49:35 -05:00
parent 0d07d14b13
commit f707dce2da
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63

View File

@ -188,6 +188,8 @@ void video_bit_rate_status_cb(ToxAV *av, uint32_t friend_number, uint32_t audio_
void callback_recv_video_starting(uint32_t friend_number)
{
return;
Call* this_call = &CallControl.calls[friend_number];
if ( this_call->vout_idx != -1 )