summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/options.c2
-rw-r--r--options/options.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/options/options.c b/options/options.c
index 1d2203726d..64b264323e 100644
--- a/options/options.c
+++ b/options/options.c
@@ -284,7 +284,6 @@ const m_option_t mp_opts[] = {
({"auto", -1})),
#if HAVE_LIBBLURAY
OPT_STRING("bluray-device", bluray_device, M_OPT_FILE),
- OPT_INTRANGE("bluray-angle", bluray_angle, 0, 0, 999),
#endif /* HAVE_LIBBLURAY */
// ------------------------- demuxer options --------------------
@@ -737,6 +736,7 @@ const m_option_t mp_opts[] = {
OPT_REPLACED("media-title", "force-media-title"),
OPT_REPLACED("input-unix-socket", "input-ipc-server"),
OPT_REPLACED("softvol-max", "volume-max"),
+ OPT_REMOVED("bluray-angle", "this didn't do anything for a few releases"),
{0}
};
diff --git a/options/options.h b/options/options.h
index 45af785518..34ca1f320e 100644
--- a/options/options.h
+++ b/options/options.h
@@ -294,7 +294,6 @@ typedef struct MPOpts {
int dvd_angle;
int dvd_speed;
char *dvd_device;
- int bluray_angle;
char *bluray_device;
double mf_fps;