[FFmpeg-devel] [PATCH] ffv1enc: reduce stack usage.

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Sep 2 21:54:36 CEST 2014


On Tue, Sep 02, 2014 at 09:28:27PM +0200, wm4 wrote:
> I don't see anything wrong in the patch (well, maybe you should switch
> the code to the "goto fail;" idiom). I was just wondering whether there
> was a specific reason for this. Did it fail on a certain system?

Btw. while I did not test it, and ignoring HP-UX and AIX (16k and 96k
stack it seems), OpenBSD 4.6 release notes say:
Increased the default thread stack size to 256k for 32-bit hosts and to
512k on 64-bit hosts.

Before it was 64k, so it should fail on an OpenBSD system from 2009 :)


More information about the ffmpeg-devel mailing list