summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/decode/dec_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/decode/dec_video.c b/video/decode/dec_video.c
index f46d1c47ac..c7b0866f20 100644
--- a/video/decode/dec_video.c
+++ b/video/decode/dec_video.c
@@ -332,7 +332,7 @@ struct mp_image *video_decode(struct dec_video *d_video,
mpi->fields &= ~MP_IMGFIELD_TOP_FIRST;
mpi->fields |= MP_IMGFIELD_INTERLACED;
}
-
+
// Note: the PTS is reordered, but the DTS is not. Both should be monotonic.
double pts = d_video->codec_pts;
double dts = d_video->codec_dts;