summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/vo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 09d203ab2f..890052d67f 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -573,6 +573,7 @@ static bool render_frame(struct vo *vo)
} else {
in->hasframe_rendered = true;
pthread_mutex_unlock(&in->lock);
+ mp_input_wakeup(vo->input_ctx); // core can queue new video now
MP_STATS(vo, "start video");