demux_lavf: add simple seek-by-bytes mode for MPEG
commit8fb91511b1e69a0121d33ab48974e0a4b8151858
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 10 Nov 2010 05:17:51 +0000 (10 07:17 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Wed, 10 Nov 2010 05:26:39 +0000 (10 07:26 +0200)
tree3da0fb02ddbbaa86268e6b95a91a2d43e2602f85
parent3c2cfee488f09bd34b1edf80219d9ea66508c669
demux_lavf: add simple seek-by-bytes mode for MPEG

Seeking in MPEG files with pts resets could fail completely, as it was
always done by timestamps and those of course don't unambiguously
specify a file position in such files. Add basic functionality for
byte-based seeking and playback position reporting, and decide whether
to use that functionality based on a simple heuristic (could be
improved).
libmpdemux/demux_lavf.c