summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-30 22:14:57 +0200
committerwm4 <wm4@nowhere>2015-03-31 00:09:03 +0200
commit1164dc572c7bc69e97eb92c63a89df6767d61505 (patch)
tree441d29dc0a8f124b40b64c0c7c44a27d32d8b125 /DOCS
parent205a2ef16919a6baa6ac37e17098038b0d68df1b (diff)
downloadmpv-1164dc572c7bc69e97eb92c63a89df6767d61505.tar.bz2
mpv-1164dc572c7bc69e97eb92c63a89df6767d61505.tar.xz
vf_format: by default, pass through video without change
Instead of forcing a useless format (packed YUV??) by default. Also cleanup.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index f6a583a49d..d79774c721 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -207,7 +207,7 @@ Available filters are:
For a list of available formats, see ``format=fmt=help``.
``<fmt>``
- Format name, e.g. rgb15, bgr24, 420p, etc. (default: yuyv).
+ Format name, e.g. rgb15, bgr24, 420p, etc. (default: don't change).
``<outfmt>``
Format name that should be substituted for the output. If this is not
100% compatible with the ``<fmt>`` value, it will crash.