1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-16 03:51:48 +00:00
mpv/DOCS/man/en
wm4 53ee9aa6ae options, vo_x11: remove -zoom option, make it default
The -zoom option enabled scaling with vo_x11. Remove the -zoom option,
and make its behavior default. Since vo_x11 has to use libswscale for
colorspace conversion anyway, which doesn't do actual extra scaling when
vo_x11 is run in windowed mode, there should be no speed difference with
this change.

The code removed from vf_scale attempted to scale the video to d_width/
d_height, which matters for anamorphic video and the --xy option only.
vo_x11 can handle these natively. The only case for which the removed
vf_scale code could matter is encoding with vo_lavc, but since that
didn't set VOFLAG_SWSCALE, nothing actually changes.
2012-11-16 21:21:14 +01:00
..
af.rst manpage: various fixes 2012-11-16 21:21:14 +01:00
ao.rst manpage: cleanup 2012-10-24 21:56:35 +02:00
changes.rst manpage: various fixes 2012-11-16 21:21:14 +01:00
encode.rst encode: remove dependency on current ffmpeg 2012-10-01 11:04:48 +02:00
input.rst manpage: various fixes 2012-11-16 21:21:14 +01:00
mpv.rst manpage: various fixes 2012-11-16 21:21:14 +01:00
options.rst options, vo_x11: remove -zoom option, make it default 2012-11-16 21:21:14 +01:00
vf.rst manpage: various fixes 2012-11-16 21:21:14 +01:00
vo.rst manpage: various fixes 2012-11-16 21:21:14 +01:00