summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-01-23 10:56:47 +0100
committerwm4 <wm4@nowhere>2013-01-23 10:56:47 +0100
commit704c0cb2db7d20adc5b744b9714fed60642d8e5c (patch)
treefcc52a59c605333eb759a1e53f1274161c282a70 /DOCS/man/en/changes.rst
parent7885fce7ea68d4c64e034b152f2a0b08bb648adc (diff)
downloadmpv-704c0cb2db7d20adc5b744b9714fed60642d8e5c.tar.bz2
mpv-704c0cb2db7d20adc5b744b9714fed60642d8e5c.tar.xz
video: remove -x/-y/-xy options
-x/-y were rather useless and obscure. The only use I can see is forcing a specific aspect ratio without having to calculate the aspect ratio float value (although --aspect takes values of the form w:h). This can be also done with --geometry and --no-keepaspect. There was also a comment that -x/-y is useful for -vm, although I don't see how this is useful as it still messes up aspect ratio. -xy is mostly obsolete. It does two things: a) set the window width to a pixel value, b) scale the window size by a factor. a) is already done by --autofit (--autofit=num does exactly the same thing as --xy=num, if num >= 8). b) is not all that useful, so we just drop that functionality.
Diffstat (limited to 'DOCS/man/en/changes.rst')
-rw-r--r--DOCS/man/en/changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index 2b821d68bd..6f85c5ab38 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -118,6 +118,8 @@ Command line switches
-vobsub --sub (pass the .idx file)
-ass-bottom-margin --vf=sub=bottom:top
-vc ffh264vdpau (etc.) --hwdec=vdpau
+ -x, -y --geometry + --no-keepaspect
+ -xy --autofit
=================================== ===================================
input.conf and slave commands