From 98c4ab6d1329c95ec7454e80cc9a4d51ffab3c36 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 1 Oct 2015 20:57:29 +0200 Subject: vo_opengl: make sw suboption work without explicit backend selection You needed to select a GL backend with the backend suboption. This was confusing. Fixes #2361. --- video/out/vo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index 4404500e67..1df3bc0e23 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -134,6 +134,7 @@ struct voctrl_get_equalizer_args { #define VOFLAG_GLES 0x20 // Hint to prefer GLES2 if possible #define VOFLAG_GL_DEBUG 0x40 // Hint to request debug OpenGL context #define VOFLAG_ALPHA 0x80 // Hint to request alpha framebuffer +#define VOFLAG_SW 0x100 // Hint to accept a software GL renderer // VO does handle mp_image_params.rotate in 90 degree steps #define VO_CAP_ROTATE90 1 -- cgit v1.2.3