summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h1
1 files changed, 1 insertions, 0 deletions
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