summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/vo.rst
diff options
context:
space:
mode:
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.