diff options
author | wm4 <wm4@nowhere> | 2013-11-25 23:07:22 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-11-25 23:07:22 +0100 |
commit | 51bce52d57467cffba040cf926708befb3d6633b (patch) | |
tree | 6390854ab6b32a7dae2cbf49a9b0561e79265151 /mpvcore/m_option.h | |
parent | ded99df98ad2de728e584516b0677973259618e0 (diff) | |
download | mpv-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 'mpvcore/m_option.h')
0 files changed, 0 insertions, 0 deletions