summaryrefslogtreecommitdiff
path: root/auto_tests/toxav_many_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/toxav_many_test.c')
-rw-r--r--auto_tests/toxav_many_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c
index 4e3567d7..99012992 100644
--- a/auto_tests/toxav_many_test.c
+++ b/auto_tests/toxav_many_test.c
@@ -126,8 +126,8 @@ void register_callbacks(ToxAv *av, void *data)
126 toxav_register_callstate_callback(av, callback_requ_timeout, av_OnRequestTimeout, data); 126 toxav_register_callstate_callback(av, callback_requ_timeout, av_OnRequestTimeout, data);
127 127
128 128
129 toxav_register_audio_callback(callback_audio, NULL); 129 toxav_register_audio_callback(av, callback_audio, NULL);
130 toxav_register_video_callback(callback_video, NULL); 130 toxav_register_video_callback(av, callback_video, NULL);
131} 131}
132/*************************************************************************************************/ 132/*************************************************************************************************/
133 133