summaryrefslogtreecommitdiffstats
path: root/video/decode/dec_video.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-26 23:41:20 +0100
committerwm4 <wm4@nowhere>2013-11-26 23:43:56 +0100
commit7a0299478e169ea076fe57028fda1ef7292a5431 (patch)
tree56942e2b844c08d507be009535446c92831a588d /video/decode/dec_video.h
parentf1eb30a476fa92840d1cdfcdcc13db9e59ad09a6 (diff)
downloadmpv-7a0299478e169ea076fe57028fda1ef7292a5431.tar.bz2
mpv-7a0299478e169ea076fe57028fda1ef7292a5431.tar.xz
video: unbreak --no-correct-pts with demuxers that use DTS
Diffstat (limited to 'video/decode/dec_video.h')
-rw-r--r--video/decode/dec_video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/decode/dec_video.h b/video/decode/dec_video.h
index 6259d5b0d4..a9c64cb695 100644
--- a/video/decode/dec_video.h
+++ b/video/decode/dec_video.h
@@ -60,7 +60,7 @@ struct dec_video {
float fps; // FPS from demuxer or from user override
float initial_decoder_aspect;
- double last_packet_pts;
+ double last_packet_pdts;
// State used only by player/video.c
double last_pts;
};