Commit f952f16e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

video output: failing to resize is fine if forced

parent ca88cfb9
......@@ -926,7 +926,7 @@ bool vout_ManageDisplay(vout_display_t *vd, bool allow_reset_pictures)
if (!cfg.is_fullscreen != !display_is_fullscreen ||
vout_display_Control(vd, VOUT_DISPLAY_CHANGE_DISPLAY_SIZE, &cfg, display_is_forced)) {
if (!cfg.is_fullscreen == !display_is_fullscreen)
if (!display_is_forced)
msg_Err(vd, "Failed to resize display");
/* We ignore the resized */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment