Re: [FFmpeg-devel] [PATCH 3/4] matroska: redo seekhead handling

2015-02-09 Thread Michael Niedermayer
On Mon, Feb 09, 2015 at 08:39:00PM +0100, wm4 wrote: In particular, this reads chained seekheads. This makes seeking faster in files which have the index indirectly linked through 2 seekheads. do you have a affected example (for testing) ? thanks [...] -- Michael GnuPG fingerprint:

Re: [FFmpeg-devel] [PATCH 3/4] matroska: redo seekhead handling

2015-02-09 Thread Carl Eugen Hoyos
Michael Niedermayer michaelni at gmx.at writes: do you have a affected example (for testing) ? I suspect this is ticket #2263, please mention it in the commit message. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [PATCH 3/4] matroska: redo seekhead handling

2015-02-09 Thread wm4
In particular, this reads chained seekheads. This makes seeking faster in files which have the index indirectly linked through 2 seekheads. As a side-effect, this warns when reading level-1 (toplevel) elements multiple times (other than seekheads, clusters, and void/crc). Such elements are not