From 7a0299478e169ea076fe57028fda1ef7292a5431 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 26 Nov 2013 23:41:20 +0100 Subject: video: unbreak --no-correct-pts with demuxers that use DTS --- mpvcore/player/playloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpvcore/player/playloop.c') diff --git a/mpvcore/player/playloop.c b/mpvcore/player/playloop.c index 56b2bc0bc5..73c751652c 100644 --- a/mpvcore/player/playloop.c +++ b/mpvcore/player/playloop.c @@ -176,7 +176,7 @@ static void seek_reset(struct MPContext *mpctx, bool reset_ao) vf_chain_seek_reset(mpctx->d_video->vfilter); mpctx->d_video->num_buffered_pts = 0; mpctx->d_video->last_pts = MP_NOPTS_VALUE; - mpctx->d_video->last_packet_pts = MP_NOPTS_VALUE; + mpctx->d_video->last_packet_pdts = MP_NOPTS_VALUE; mpctx->d_video->pts = MP_NOPTS_VALUE; mpctx->video_pts = MP_NOPTS_VALUE; mpctx->delay = 0; -- cgit v1.2.3