summaryrefslogtreecommitdiffstats
path: root/mpvcore/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-14 23:59:43 +0200
committerwm4 <wm4@nowhere>2013-08-19 12:55:53 +0200
commit67704e2977d2bb5c35f962b154d5e8e481e2d508 (patch)
tree553e02586c4d0a0847067c999e4f3947a8d0dd1e /mpvcore/options.h
parent4579cce768d0c9c84dc5f318b7189ffb03b49ece (diff)
downloadmpv-67704e2977d2bb5c35f962b154d5e8e481e2d508.tar.bz2
mpv-67704e2977d2bb5c35f962b154d5e8e481e2d508.tar.xz
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.
Diffstat (limited to 'mpvcore/options.h')
-rw-r--r--mpvcore/options.h1
1 files changed, 0 insertions, 1 deletions
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;