summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2024-03-07 01:06:00 -0500
committersfan5 <sfan5@live.de>2024-03-11 21:01:01 +0100
commit2ea12464be6fdf0566eb9af0368fcb751f70b83a (patch)
tree2a91de640a3a76c8de52dc0cd19656955e884855
parent73e08043d221729c7a71a23a059378341f5c2634 (diff)
downloadmpv-2ea12464be6fdf0566eb9af0368fcb751f70b83a.tar.bz2
mpv-2ea12464be6fdf0566eb9af0368fcb751f70b83a.tar.xz
DOCS/tech-overview.txt: add vo_gpu_next reference
vo_gpu_next also can pick a windowing system at runtime.
-rw-r--r--DOCS/tech-overview.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt
index a24e0161da..33067a65a5 100644
--- a/DOCS/tech-overview.txt
+++ b/DOCS/tech-overview.txt
@@ -215,8 +215,8 @@ video/out/:
Video output. They also create GUI windows and handle user input. In most
cases, the windowing code is shared among VOs, like x11_common.c for X11 and
w32_common.c for Windows. The VOs stand between frontend and windowing code.
- vo_gpu can pick a windowing system at runtime, e.g. the same binary can
- provide both X11 and Cocoa support on macOS.
+ vo_gpu and vo_gpu_next can pick a windowing system at runtime, e.g. the same
+ binary can provide both X11 and Cocoa support on macOS.
VOs can be reconfigured at runtime. A vo_reconfig() call can change the video
resolution and format, without destroying the window.