diff options
-rw-r--r-- | player/video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/player/video.c b/player/video.c index 4c8af0f46a..4e89416db7 100644 --- a/player/video.c +++ b/player/video.c @@ -575,6 +575,7 @@ static void shift_new_frame(struct MPContext *mpctx) MP_WARN(mpctx, "Invalid video timestamp: %f -> %f\n", mpctx->video_pts, pts); frame_time = 0; + mpctx->audio_status = STATUS_SYNCING; } } mpctx->video_next_pts = pts; |