diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/decode.c | 1 |
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; } |