summaryrefslogtreecommitdiffstats
path: root/stream/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream.h')
-rw-r--r--stream/stream.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/stream/stream.h b/stream/stream.h
index e6a352917a..baa26c76de 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -65,24 +65,6 @@ enum stream_ctrl {
// Garbage compatibility for obnoxious users
STREAM_CTRL_OPTICAL_CRAP_HACK1,
STREAM_CTRL_OPTICAL_CRAP_HACK2,
-
- // TV
- STREAM_CTRL_TV_SET_SCAN,
- STREAM_CTRL_SET_TV_FREQ,
- STREAM_CTRL_GET_TV_FREQ,
- STREAM_CTRL_SET_TV_COLORS,
- STREAM_CTRL_GET_TV_COLORS,
- STREAM_CTRL_TV_SET_NORM,
- STREAM_CTRL_TV_STEP_NORM,
- STREAM_CTRL_TV_SET_CHAN,
- STREAM_CTRL_TV_GET_CHAN,
- STREAM_CTRL_TV_STEP_CHAN,
- STREAM_CTRL_TV_LAST_CHAN,
- STREAM_CTRL_DVB_SET_CHANNEL,
- STREAM_CTRL_DVB_SET_CHANNEL_NAME,
- STREAM_CTRL_DVB_GET_CHANNEL_NAME,
- STREAM_CTRL_DVB_STEP_CHANNEL,
-
};
struct stream_lang_req {
@@ -96,12 +78,6 @@ struct stream_dvd_info_req {
int num_subs;
};
-// for STREAM_CTRL_SET_TV_COLORS
-#define TV_COLOR_BRIGHTNESS 1
-#define TV_COLOR_HUE 2
-#define TV_COLOR_SATURATION 3
-#define TV_COLOR_CONTRAST 4
-
// for STREAM_CTRL_AVSEEK
struct stream_avseek {
int stream_index;