summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/vo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 63f5b345e6..0527d1364c 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -567,6 +567,8 @@ static void run_reconfig(void *p)
struct vo_internal *in = vo->in;
+ MP_VERBOSE(vo, "reconfig to %s\n", mp_image_params_to_str(params));
+
m_config_cache_update(vo->opts_cache);
mp_image_params_get_dsize(params, &vo->dwidth, &vo->dheight);