summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-10-03 22:10:44 +0200
committerwm4 <wm4@nowhere>2015-10-03 22:10:44 +0200
commit3ccac74de22bc79e3a228b52ffcb5bbb927772dd (patch)
tree10bab4396e1de745d51907febbe3a3555abbcec3 /player
parentee283843fab8b07d7a6e00e70efbb27a46e8a40d (diff)
downloadmpv-3ccac74de22bc79e3a228b52ffcb5bbb927772dd.tar.bz2
mpv-3ccac74de22bc79e3a228b52ffcb5bbb927772dd.tar.xz
video: remove codec delay estimation
This was used only by the timestamp sorting code, which is a fallback for avi files (as well as avi-muxed mkv files). This was supposed to prevent accumulating timestamps in case the decoder consumes more packets than it outputs frames (i.e. frames are dropped). This didn't work very well (timestamps could be off by a large amount), the estimation of the delay was fragile, and the interdependencies with the decoder were annoying, so kill it.
Diffstat (limited to 'player')
0 files changed, 0 insertions, 0 deletions