summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/video.c b/player/video.c
index 6c0135ea34..349353e230 100644
--- a/player/video.c
+++ b/player/video.c
@@ -1040,7 +1040,7 @@ static void handle_display_sync_frame(struct MPContext *mpctx,
mpctx->mistimed_frames_total += 1;
mpctx->total_avsync_change = 0;
- update_av_diff(mpctx, time_left);
+ update_av_diff(mpctx, time_left * opts->playback_speed);
// A bad guess, only needed when reverting to audio sync.
mpctx->time_frame = time_left;