summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/loadfile.c')
-rw-r--r--player/loadfile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index 75c6a19a29..4e32ccd6b6 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -1072,8 +1072,7 @@ static void play_current_file(struct MPContext *mpctx)
mpctx->max_frames = opts->play_frames;
- if (opts->force_vo == 2)
- handle_force_window(mpctx, false);
+ handle_force_window(mpctx, false);
MP_INFO(mpctx, "Playing: %s\n", mpctx->filename);