summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-10 18:54:47 +0200
committerwm4 <wm4@nowhere>2014-10-10 18:54:47 +0200
commit8417d86ce6ae8e6eacf613642e0c429e7617f330 (patch)
tree319aad97ad7941a48ba49171e3af8e233c5f8a5b
parent3fc9f9d1324468d09c915a0ac5b74e0dcdb5b8d7 (diff)
downloadmpv-8417d86ce6ae8e6eacf613642e0c429e7617f330.tar.bz2
mpv-8417d86ce6ae8e6eacf613642e0c429e7617f330.tar.xz
player: fix terminal status in idle mode
That's what this variable is for. This was missed in commit 9d5d031b.
-rw-r--r--player/loadfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index cf6227e7a4..306e340127 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -1216,6 +1216,7 @@ terminate_playback:
if (mpctx->stop_play != PT_RESTART)
m_config_restore_backups(mpctx->mconfig);
+ mpctx->playback_initialized = false;
mpctx->resolve_result = NULL;
if (mpctx->playing && mpctx->stop_play == AT_END_OF_FILE) {