X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=6dfef3a233c0f983d5a91ff0e0e0642ba47fd30d;hb=2d61a8005c74;hp=b536ea4a8fad6b1aa8b0465efd7c33ba069c4277;hpb=c1b282afb8e8422d12ae01a77937f27281748f1b;p=paraslash.git diff --git a/audiod.c b/audiod.c index b536ea4a..6dfef3a2 100644 --- a/audiod.c +++ b/audiod.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -390,6 +390,7 @@ static void close_receiver(int slot_num) task_reap(&s->receiver_node->task); free(s->receiver_node); s->receiver_node = NULL; + stat_task->current_audio_format_num = -1; tv_add(now, &(struct timeval)EMBRACE(0, 200 * 1000), &a->restart_barrier); }