Re: [FFmpeg-devel] [PATCH 1/2] lavf/mov: fix sidx with edit lists

2016-02-28 Thread Michael Niedermayer
On Mon, Feb 22, 2016 at 06:34:28PM -0600, Rodger Combs wrote: > --- > libavformat/mov.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM thx btw, can this be tested in fate without too large reference files ? [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC7870

[FFmpeg-devel] [PATCH 1/2] lavf/mov: fix sidx with edit lists

2016-02-22 Thread Rodger Combs
--- libavformat/mov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index 149e3b4..c5e0a1e 100644 --- a/libavformat/mov.c +++ b/libavformat/mov.c @@ -3609,7 +3609,7 @@ static int mov_read_trun(MOVContext *c, AVIOContext *pb, MOVAtom atom