summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/vo.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 8cf867ef3b..a73ce61ff7 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -381,9 +381,7 @@ void vo_flip_page(struct vo *vo, int64_t pts_us, int duration)
void vo_check_events(struct vo *vo)
{
- if (vo->config_ok) {
- vo_control(vo, VOCTRL_CHECK_EVENTS, NULL);
- }
+ vo_control(vo, VOCTRL_CHECK_EVENTS, NULL);
}
void vo_seek_reset(struct vo *vo)