summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-05 15:25:58 +0100
committerwm4 <wm4@nowhere>2015-01-05 15:25:58 +0100
commitdf595b06e6079ab9078d38ef76f5d536616846ca (patch)
tree677388103894a4857904e78112feba824dcf92f0 /DOCS/man/vo.rst
parent6bb14a0d5960fd7376427036c766a20c1907e564 (diff)
downloadmpv-df595b06e6079ab9078d38ef76f5d536616846ca.tar.bz2
mpv-df595b06e6079ab9078d38ef76f5d536616846ca.tar.xz
vo_opengl_cb: support changing options at runtime
Like vo_opengl, but way messier, because the already messy config handling meets threading.
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index cee765f1c8..e845eef239 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -915,3 +915,8 @@ Available video output drivers are:
``opengl-cb``
For use with libmpv direct OpenGL embedding; useless in any other contexts.
(See ``<mpv/opengl_cb.h>``.)
+
+ This supports many of the suboptions the ``opengl`` VO has. Run
+ ``mpv --vo=opengl-cb:help`` for a list.
+
+ This also supports the ``vo_cmdline`` command.