From df595b06e6079ab9078d38ef76f5d536616846ca Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 5 Jan 2015 15:25:58 +0100 Subject: vo_opengl_cb: support changing options at runtime Like vo_opengl, but way messier, because the already messy config handling meets threading. --- DOCS/man/vo.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS') 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 ````.) + + 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. -- cgit v1.2.3