aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decode.c')
-rw-r--r--src/decode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/decode.c b/src/decode.c
index 3641b760e..729292619 100644
--- a/src/decode.c
+++ b/src/decode.c
@@ -664,6 +664,7 @@ static void decodeParent(PlayerControl * pc, DecoderControl * dc, OutputBuffer *
quit = 1;
break;
} else {
+ DEBUG("waiting for decoded audio, playing silence\n");
if (playAudio(silence, CHUNK_SIZE) < 0)
quit = 1;
}