From 67704e2977d2bb5c35f962b154d5e8e481e2d508 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 14 Jun 2013 23:59:43 +0200 Subject: options: remove --panscanrange option This option allowed you to extend the range of the panscan controls, so that you could essentially use it to scale the video. This will be replaced by a separate option to set the zoom factor directly. --- mpvcore/options.c | 2 -- mpvcore/options.h | 1 - 2 files changed, 3 deletions(-) (limited to 'mpvcore') diff --git a/mpvcore/options.c b/mpvcore/options.c index 727a3313df..5600ccee71 100644 --- a/mpvcore/options.c +++ b/mpvcore/options.c @@ -581,7 +581,6 @@ const m_option_t mp_opts[] = { OPT_INTRANGE("fsmode-dontuse", vo.fsmode, 0, 31, 4096), OPT_FLAG("native-keyrepeat", vo.native_keyrepeat, 0), OPT_FLOATRANGE("panscan", vo.panscan, 0, 0.0, 1.0), - OPT_FLOATRANGE("panscanrange", vo.panscanrange, 0, -19.0, 99.0), OPT_FLAG("force-rgba-osd-rendering", force_rgba_osd, 0), OPT_CHOICE("colormatrix", requested_colorspace, 0, ({"auto", MP_CSP_AUTO}, @@ -747,7 +746,6 @@ const struct MPOpts mp_default_opts = { .video_driver_list = NULL, .cursor_autohide_delay = 1000, .monitor_pixel_aspect = 1.0, - .panscanrange = 1.0, .screen_id = -1, .fsscreen_id = -1, .nomouse_input = 0, diff --git a/mpvcore/options.h b/mpvcore/options.h index 8487c84cc5..2ab9e517a0 100644 --- a/mpvcore/options.h +++ b/mpvcore/options.h @@ -19,7 +19,6 @@ typedef struct mp_vo_opts { int native_keyrepeat; float panscan; - float panscanrange; struct m_geometry geometry; struct m_geometry autofit; -- cgit v1.2.3