summaryrefslogtreecommitdiffstats
path: root/video/decode/vd_lavc.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-25 23:07:22 +0100
committerwm4 <wm4@nowhere>2013-11-25 23:07:22 +0100
commit51bce52d57467cffba040cf926708befb3d6633b (patch)
tree6390854ab6b32a7dae2cbf49a9b0561e79265151 /video/decode/vd_lavc.c
parentded99df98ad2de728e584516b0677973259618e0 (diff)
downloadmpv-51bce52d57467cffba040cf926708befb3d6633b.tar.bz2
mpv-51bce52d57467cffba040cf926708befb3d6633b.tar.xz
player: warn if PTS association mode switches
This normally shouldn't happen. It does happen with VfW-muxed mkv files, and would normally happen with avi files (except that we force the correct association mode using an explicit hack for avi). This is usually prepended by warnings like: Decreasing video pts: 0.125000 < 0.167000 and after the switch, there should be no warnings anymore. Background: avi likes to use DTS for timestamps instead of PTS. Basically, there are no proper timestamps in the file, only frame numbers. And Matroska is insane and stores the made-up DTS instead of a proper PTS. This will be handled properly later.
Diffstat (limited to 'video/decode/vd_lavc.c')
0 files changed, 0 insertions, 0 deletions