[Fluxus] save-framedump jpg segfault

Dave Griffiths dave at pawfal.org
Wed Oct 24 11:48:13 PDT 2007


indeed, it also explains the row of random pixels I get at the top of
all my movies, I'd grown rather fond of them :)

in cvs now, thanks!

On Wed, 2007-10-24 at 16:57 +0200, gabor papp wrote:
> (save-framedump "frame" "jpg") segfaults for me. i'm using libjpeg-6b-37.
> 
> i modified line 149 in libfluxus/src/Utils.cpp from
> 
> row_pointer[0] = & image[(cinfo.image_height-cinfo.next_scanline) * 
> row_stride];
> 
> to
> 
> row_pointer[0] = & image[(cinfo.image_height-1-cinfo.next_scanline) * 
> row_stride];
> 
> and it seems to work now.
> 
> gabor
> 
> 




More information about the Fluxus mailing list