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/decoder_api.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/decoder_api.h') diff --git a/src/decoder_api.h b/src/decoder_api.h index 7a77bc93..9c998f0a 100644 --- a/src/decoder_api.h +++ b/src/decoder_api.h @@ -30,6 +30,7 @@ #include "replayGain.h" #include "tag.h" #include "playerData.h" +#include "decode.h" /* valid values for streamTypes in the InputPlugin struct: */ -- cgit v1.2.3