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.
This commit is contained in:
Max Kellermann
2008-08-26 08:40:47 +02:00
parent 9521c92f66
commit 1c03c721ea
8 changed files with 27 additions and 22 deletions

View File

@@ -30,6 +30,7 @@
#include "replayGain.h"
#include "tag.h"
#include "playerData.h"
#include "decode.h"
/* valid values for streamTypes in the InputPlugin struct: */