summaryrefslogtreecommitdiffstats
path: root/video/out/vo.h
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2024-02-04 16:35:13 +0100
committerDudemanguy <random342@airmail.cc>2024-02-15 16:39:58 +0000
commita329bb546c0ce553f6fb3fb398b8b728730d63a7 (patch)
treef967f666184ba1746c485b5594961cecc277c51b /video/out/vo.h
parent0bf4da0f5e70bd612644107f1634d2d4763ae4fc (diff)
downloadmpv-a329bb546c0ce553f6fb3fb398b8b728730d63a7.tar.bz2
mpv-a329bb546c0ce553f6fb3fb398b8b728730d63a7.tar.xz
Reapply "video: remove another redundant wakeup"
This reverts commit 44c398c3e133379e01f06c89fd78b6692694849c.
Diffstat (limited to 'video/out/vo.h')
-rw-r--r--video/out/vo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo.h b/video/out/vo.h
index 2d521d8a69..7c5ed67736 100644
--- a/video/out/vo.h
+++ b/video/out/vo.h
@@ -510,6 +510,7 @@ bool vo_is_ready_for_frame(struct vo *vo, int64_t next_pts);
void vo_queue_frame(struct vo *vo, struct vo_frame *frame);
void vo_wait_frame(struct vo *vo);
bool vo_still_displaying(struct vo *vo);
+void vo_request_wakeup_on_done(struct vo *vo);
bool vo_has_frame(struct vo *vo);
void vo_redraw(struct vo *vo);
void vo_set_want_redraw(struct vo *vo);