Re: [FFmpeg-devel] [PATCH] avformat/mov: fix sidx loading issues in fragmented files.

2019-02-11 Thread Michael Niedermayer
On Sat, Feb 09, 2019 at 11:44:52PM -0500, agrecascino...@gmail.com wrote: > From: mptcultist > > fixed issue where if sidx was after another sidx and happened to point to the > same media, it wouldn't be read. > this is done by counting the sidx atoms before they're read. for #7572 > --- > lib

[FFmpeg-devel] [PATCH] avformat/mov: fix sidx loading issues in fragmented files.

2019-02-09 Thread agrecascino123
From: mptcultist fixed issue where if sidx was after another sidx and happened to point to the same media, it wouldn't be read. this is done by counting the sidx atoms before they're read. for #7572 --- libavformat/isom.h | 2 ++ libavformat/mov.c | 45 +++