summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/vo.c b/video/out/vo.c
index 16178f2caa..b6dbd7e32a 100644
--- a/video/out/vo.c
+++ b/video/out/vo.c
@@ -874,9 +874,6 @@ static bool render_frame(struct vo *vo)
frame->duration = -1;
}
- if (in->paused)
- frame->vsync_offset = 0;
-
int64_t now = mp_time_ns();
int64_t pts = frame->pts;
int64_t duration = frame->duration;