summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxav/toxav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/toxav.c b/toxav/toxav.c
index efc877d6..351ec183 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -959,7 +959,7 @@ static void *toxav_decoding(void *arg)
959 CallSpecific *call = pp[1]; 959 CallSpecific *call = pp[1];
960 free(pp); 960 free(pp);
961 961
962 while (!call->exit) { 962 while (1) {
963 DECODE_PACKET *p; 963 DECODE_PACKET *p;
964 _Bool video = 0; 964 _Bool video = 0;
965 965