From 4b93210e0c244a65ef10a566abed2ad25ecaf9a1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 14 Jul 2014 14:33:26 +0200 Subject: Remove DVD and Bluray support It never worked well. Just remux your DVD and BD images to mkv. --- options/options.c | 11 ----------- options/options.h | 6 ------ 2 files changed, 17 deletions(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index 84eda8db64..21adaf76c4 100644 --- a/options/options.c +++ b/options/options.c @@ -147,18 +147,9 @@ const m_option_t mp_opts[] = { ({"no", 0})), OPT_INTRANGE("cache-pause-restart", stream_cache_unpause, 0, 0, 0x7fffffff), -#if HAVE_DVDREAD || HAVE_DVDNAV - OPT_STRING("dvd-device", dvd_device, 0), - OPT_INT("dvd-speed", dvd_speed, 0), - OPT_INTRANGE("dvd-angle", dvd_angle, 0, 1, 99), -#endif /* HAVE_DVDREAD */ OPT_INTPAIR("chapter", chapterrange, 0), OPT_CHOICE_OR_INT("edition", edition_id, 0, 0, 8190, ({"auto", -1})), -#if HAVE_LIBBLURAY - OPT_STRING("bluray-device", bluray_device, 0), - OPT_INTRANGE("bluray-angle", bluray_angle, 0, 0, 999), -#endif /* HAVE_LIBBLURAY */ OPT_STRINGLIST("http-header-fields", network_http_header_fields, 0), OPT_STRING("user-agent", network_useragent, 0), @@ -640,8 +631,6 @@ const struct MPOpts mp_default_opts = { .index_mode = 1, - .dvd_angle = 1, - .mf_fps = 1.0, }; diff --git a/options/options.h b/options/options.h index 100fded4a3..9cd5f800d9 100644 --- a/options/options.h +++ b/options/options.h @@ -251,12 +251,6 @@ typedef struct MPOpts { struct dvb_params *stream_dvb_opts; char *cdrom_device; - int dvd_title; - int dvd_angle; - int dvd_speed; - char *dvd_device; - int bluray_angle; - char *bluray_device; double mf_fps; char *mf_type; -- cgit v1.2.3