diff options
Diffstat (limited to 'src/decoder_control.c')
-rw-r--r-- | src/decoder_control.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder_control.c b/src/decoder_control.c index 224abbf31..a5e6e4ad3 100644 --- a/src/decoder_control.c +++ b/src/decoder_control.c @@ -20,6 +20,7 @@ #include "config.h" #include "decoder_control.h" #include "player_control.h" +#include "pipe.h" #include <assert.h> @@ -106,6 +107,7 @@ dc_start(struct decoder_control *dc, struct song *song, assert(song != NULL); assert(buffer != NULL); assert(pipe != NULL); + assert(music_pipe_empty(pipe)); dc->song = song; dc->buffer = buffer; |