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 e5eccd3f86..2d298088b0 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -63,7 +63,7 @@ enum mp_voctrl {
// Redraw the image previously passed to draw_image() (basically, repeat
// the previous draw_image call). If this is handled, the OSD should also
- // be updated and redrawn.
+ // be updated and redrawn. Optional; emulated if not available.
VOCTRL_REDRAW_FRAME,
VOCTRL_FULLSCREEN,
@@ -165,7 +165,7 @@ struct vo_driver {
// VO_CAP_* bits
int caps;
- // Disable video timing, push frames as quickly as possible.
+ // Disable video timing, push frames as quickly as possible, never redraw.
bool untimed;
const char *name;