summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 6ce5b7bcac..eeb2f769bd 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -96,13 +96,8 @@
#define STREAM_CTRL_GET_NUM_TITLES 12
#define STREAM_CTRL_GET_LANG 13
-enum stream_ctrl_type {
- stream_ctrl_audio,
- stream_ctrl_sub,
-};
-
struct stream_lang_req {
- enum stream_ctrl_type type;
+ int type; // STREAM_AUDIO, STREAM_SUB
int id;
char *name;
};