diff options
author | wm4 <wm4@nowhere> | 2015-02-03 23:09:02 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-02-03 23:11:08 +0100 |
commit | c3c714b05903c26656e14c0bf229d873b73a0899 (patch) | |
tree | 40cbcace0e0302a1c238d4a9581c097272b5e742 /DOCS/man | |
parent | de81cb07f42cc4dcbe64c1e01741528677c28180 (diff) | |
download | mpv-c3c714b05903c26656e14c0bf229d873b73a0899.tar.bz2 mpv-c3c714b05903c26656e14c0bf229d873b73a0899.tar.xz |
player: remove --fixed-vo
In ancient times, this was needed because it was not default, and many
VOs had problems with it. But it was always default in mpv, and all VOs
are required to deal with it. Also, running --fixed-vo=no is not useful
and just creates weird corner cases. Get rid of it.
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/changes.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/changes.rst b/DOCS/man/changes.rst index 6f57a1b14c..a4f3467b53 100644 --- a/DOCS/man/changes.rst +++ b/DOCS/man/changes.rst @@ -77,7 +77,7 @@ Video * High-quality image resamplers (see the ``opengl`` ``scale`` suboption). * Support for scaling in (sigmoidized) linear light. * Better subtitle rendering using libass by default. -* Improvements when playing multiple files (``--fixed-vo`` is default, do not +* Improvements when playing multiple files (``-fixed-vo`` is default, do not reset settings by default when playing a new file). * Replace image video outputs (``--vo=jpeg`` etc.) with ``--vo=image``. * Removal of ``--vo=gif89a``, ``--vo=md5sum``, ``--vo=yuv4mpeg``, as encoding @@ -215,6 +215,7 @@ Command Line Switches ``-dumpstream`` ``--stream-dump=<filename>`` ``-dvdangle`` ``--dvd-angle`` ``-endpos`` ``--length`` + ``-fixed-vo`` (removed; always the default) ``-font`` ``--osd-font`` ``-forcedsubsonly`` ``--sub-forced-only`` ``-forceidx`` ``--index`` |