summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/loadfile.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index 1e3a02726d..bd48bb4b0e 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -1321,6 +1321,9 @@ reopen_file:
"Displaying attached picture. Use --no-audio-display to prevent this.\n");
}
+ if (!mpctx->vo_chain)
+ handle_force_window(mpctx, true);
+
MP_VERBOSE(mpctx, "Starting playback...\n");
mpctx->playback_initialized = true;