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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index c1ab0eff8b..2ac993923d 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -110,8 +110,8 @@ struct voctrl_screenshot_args {
bool has_osd;
};
-#define VO_TRUE 1
-#define VO_FALSE 0
+#define VO_TRUE true
+#define VO_FALSE false
#define VO_ERROR -1
#define VO_NOTAVAIL -2
#define VO_NOTIMPL -3