summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-23 19:02:33 +0100
committerKevin Mitchell <kevmitch@gmail.com>2017-12-23 14:07:21 -0700
commit30686dcec3c6b83fd15a741ae972bf491731abc0 (patch)
tree17a6f7764d66426073f42822f13301821526055e /player
parent2c3a172ef12d142c994e8b5e7ff04875b7076841 (diff)
downloadmpv-30686dcec3c6b83fd15a741ae972bf491731abc0.tar.bz2
mpv-30686dcec3c6b83fd15a741ae972bf491731abc0.tar.xz
demux_mkv: fix off by one error
Caused by the relatively recent change to packet parsing. This time it was probably triggered by lace type 0, which reduces the byte length of a 0 sized packet to 3 (timestamp + flag) instead of 4 (lace count for other lace types). The thing about laces is just my guess why it worked for other 0 sized packets, though. Also remove the redundant and now incorrect check below. Fixes #5271.
Diffstat (limited to 'player')
0 files changed, 0 insertions, 0 deletions