X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=fafbde517810e502812fb8db567027702094a26a;hb=f167629b3191c57a6b691cd2a6af04a45a74ccb0;hp=d9df3847b61c1ff93f7fcf8389ccb90baadff17e;hpb=97ad8ac8735dfd7a514aa66e9de54f253440c17d;p=paraslash.git diff --git a/audiod.c b/audiod.c index d9df3847..fafbde51 100644 --- a/audiod.c +++ b/audiod.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005 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); }