[FFmpeg-devel] [PATCH] Decrease stack usage in svq1_encode_plane()

Reimar Döffinger Reimar.Doeffinger
Sun Jan 10 15:48:36 CET 2010


On Fri, Jan 08, 2010 at 05:24:53PM +0800, Zuxy Meng wrote:
> The stack usage can be substantially high if stride is large, which
> causes "make test" under Windows to fail due to stack overflow.

sizeof(*src) would be far better than sizeof(uint8_t), but not
using either to avoid needlessly bloating the code would be even better.



More information about the ffmpeg-devel mailing list