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 533eca6a2e..90b1d9a61d 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -190,8 +190,8 @@ enum {
VO_CAP_ROTATE90 = 1 << 0,
// VO does framedrop itself (vo_vdpau). Untimed/encoding VOs never drop.
VO_CAP_FRAMEDROP = 1 << 1,
- // VO does not support redraws (vo_mediacodec_embed).
- VO_CAP_NOREDRAW = 1 << 2,
+ // VO does not allow frames to be retained (vo_mediacodec_embed).
+ VO_CAP_NORETAIN = 1 << 2,
};
#define VO_MAX_REQ_FRAMES 10