From 1c03c721eae87077675ccafece4cf4b9fef0a1ac Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 Aug 2008 08:40:47 +0200 Subject: moved variable "dc" to decode.h Now that "dc" is available here, we don't have to pass it to decoder_is_idle() and decoder_is_starting() anymore. --- src/playerData.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/playerData.c') diff --git a/src/playerData.c b/src/playerData.c index 441fe883f..81c6f7fe7 100644 --- a/src/playerData.c +++ b/src/playerData.c @@ -17,6 +17,7 @@ */ #include "playerData.h" +#include "decode.h" #include "conf.h" #include "log.h" #include "utils.h" @@ -26,7 +27,6 @@ unsigned int buffered_before_play; PlayerControl pc; -DecoderControl dc; OutputBuffer ob; void initPlayerData(void) -- cgit v1.2.3