On Fri, Oct 14, 2011 at 11:57:28AM -0700, Ronald S. Bultje wrote: > See attached. > > Ronald
> Index: orig/libavformat/matroskadec.c > =================================================================== > --- orig/libavformat/matroskadec.c (revision 105133) > +++ ffmpeg/libavformat/matroskadec.c (working copy) > @@ -1841,7 +1841,7 @@ > lace_size[n] = lace_size[n - 1] + snum; > total += lace_size[n]; > } > - lace_size[n] = size - total; > + lace_size[laces - 1] = size - total; if I found the right place this patch should apply to this change doesn't make a difference, since in our master branch n is already laces-1 Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
