summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index a13922534e..c681fa71a0 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -339,7 +339,6 @@ int vo_reconfig(struct vo *vo, struct mp_image_params *params, int flags)
int ret = vo->driver->reconfig(vo, vo->params, flags);
vo->config_ok = ret >= 0;
- vo->config_count += vo->config_ok;
if (vo->config_ok) {
check_vo_caps(vo);
} else {