diff options
Diffstat (limited to 'auto_tests/toxav_basic_test.c')
-rw-r--r-- | auto_tests/toxav_basic_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto_tests/toxav_basic_test.c b/auto_tests/toxav_basic_test.c index 6db9f8fa..57685bfc 100644 --- a/auto_tests/toxav_basic_test.c +++ b/auto_tests/toxav_basic_test.c | |||
@@ -163,11 +163,11 @@ void callback_requ_timeout ( void *av, int32_t call_index, void *_arg ) | |||
163 | cast->Alice.status = TimedOut; | 163 | cast->Alice.status = TimedOut; |
164 | } | 164 | } |
165 | 165 | ||
166 | static void callback_audio(ToxAv *av, int32_t call_index, int16_t *data, int length, void* userdata) | 166 | static void callback_audio(ToxAv *av, int32_t call_index, int16_t *data, int length, void *userdata) |
167 | { | 167 | { |
168 | } | 168 | } |
169 | 169 | ||
170 | static void callback_video(ToxAv *av, int32_t call_index, vpx_image_t *img, void* userdata) | 170 | static void callback_video(ToxAv *av, int32_t call_index, vpx_image_t *img, void *userdata) |
171 | { | 171 | { |
172 | } | 172 | } |
173 | 173 | ||