Files
mpv/demux
wm4 11bd80b31e demux_mkv: return unique file positions for all packets
Until now, some packets could return the same file position if they were
split off from a Matroska-level packet. This was perfectly fine, because
the file position isn't used for anything overly important (it uses it
to estimate playback position if no other information is available). The
following commit will use the demux_packet.pos field as unique ID (as a
simplification), so make the demuxer export more finegrained
information.

Also, the last_filepos field didn't have to be global, at least not
anymore.
2015-02-13 21:17:07 +01:00
..
2014-11-16 18:13:41 +01:00
2015-02-03 19:32:30 +01:00
2015-01-12 14:31:31 +01:00
2014-12-29 23:14:19 +01:00
2015-02-05 21:52:07 +01:00
2015-02-05 21:52:07 +01:00