Am Sat, 27 Dec 2008 16:09:48 +0100 schrieb Francesco Romani <from...@gmail.com>:
> On Sat, 2008-12-27 at 13:32 +0100, Stefan Scheffler wrote: > > > I made a pretty stupid mistake in the precious patch. So much for > > not testing changes... > > The attached patch should work though. I successfully transcoded a > > jpeg quicktime file and also a couple of other files. > > The only thing that makes me think about the patch is the need to > malloc() the row pointers. > Why can't we use a plain, static array? > Well, when libquicktime decodes to packed formats the row pointers point to each row in the output and for planar to each plane. I don't think an array would be practcal there. stefan