aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder_api.h')
-rw-r--r--src/decoder_api.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/decoder_api.h b/src/decoder_api.h
index 9c998f0a..7428b3aa 100644
--- a/src/decoder_api.h
+++ b/src/decoder_api.h
@@ -30,7 +30,6 @@
#include "replayGain.h"
#include "tag.h"
#include "playerData.h"
-#include "decode.h"
/* valid values for streamTypes in the InputPlugin struct: */
@@ -38,6 +37,14 @@
#define INPUT_PLUGIN_STREAM_URL 0x02
+enum decoder_command {
+ DECODE_COMMAND_NONE = 0,
+ DECODE_COMMAND_START,
+ DECODE_COMMAND_STOP,
+ DECODE_COMMAND_SEEK
+};
+
+
struct decoder;