aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:40:47 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:40:47 +0200
commit1c03c721eae87077675ccafece4cf4b9fef0a1ac (patch)
tree4bcf498a294357553cc7f3dd3bf86cc31887a966 /src/decoder_api.h
parent9521c92f66c01a08526d14b92d581c858629101d (diff)
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.
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r--src/decoder_api.h1
1 files changed, 1 insertions, 0 deletions
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: */