summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/vo.rst
diff options
context:
space:
mode:
authorMartin Herkt <lachs0r@srsfckn.biz>2013-09-08 12:02:30 +0200
committerMartin Herkt <lachs0r@srsfckn.biz>2013-09-08 12:02:30 +0200
commitc9873ea06c859cede210e56d418e6d683f3c9cf7 (patch)
tree6cdfb6dd54e312982210940cb94c481edf6d038f /DOCS/man/en/vo.rst
parent856c58aa9c47da9a1c42385d2923ebe4735e3a90 (diff)
downloadmpv-c9873ea06c859cede210e56d418e6d683f3c9cf7.tar.bz2
mpv-c9873ea06c859cede210e56d418e6d683f3c9cf7.tar.xz
Manpage: Fix formatting (mostly for PDF output)
Diffstat (limited to 'DOCS/man/en/vo.rst')
-rw-r--r--DOCS/man/en/vo.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst
index c78f6ad148..0edf00fe5c 100644
--- a/DOCS/man/en/vo.rst
+++ b/DOCS/man/en/vo.rst
@@ -275,7 +275,9 @@ Available video output drivers are:
There are some more filters. For a complete list, pass ``help`` as
- value, e.g.: ``mpv --vo=opengl:lscale=help``
+ value, e.g.::
+
+ mpv --vo=opengl:lscale=help
``lparam1=<value>``
Set filter parameters. Ignored if the filter is not tunable. These are
@@ -619,8 +621,7 @@ Available video output drivers are:
The following options are only useful if writing your own fragment programs.
``customprog=<filename>``
- Load a custom fragment program from ``<filename>``. See
- ``TOOLS/edgedect.fp`` for an example.
+ Load a custom fragment program from ``<filename>``.
``customtex=<filename>``
Load a custom "gamma ramp" texture from ``<filename>``. This can be used
in combination with ``yuv=4`` or with the ``customprog`` option.