Commit d5a10108 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Bump OpenGL capability on Windows

It is now higher than Direct2d, but lower than DirectDraw, because of XP
parent ab2405ed
......@@ -52,7 +52,7 @@ vlc_module_begin()
add_integer("gpu-affinity", -1, HW_GPU_AFFINITY_TEXT, HW_GPU_AFFINITY_TEXT, true)
set_capability("vout display", 160)
set_capability("vout display", 220)
add_shortcut("glwin32", "opengl")
set_callbacks(Open, Close)
vlc_module_end()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment