Hi, On Thu, May 8, 2008 at 2:28 PM, 趙 子賢 <[EMAIL PROTECTED]> wrote:
> I am writing a decoder to decoder mjpeg files by directshow.(use > libavcodec) But I faced the "stack overflow" problem. > The decode procedure is follow the step of the program "ffplay". But when > the avcodec_decode_video is called, the error "stack overflow" is happen. http://webcvs.freedesktop.org/gstreamer/mirror/ffmpeg/patches/mjpegoverflow.patch?revision=1.6&view=markupmay help. Shouldn't be needed if your input has the 16 byte padding which is default when grabbing buffers from lavf, maybe something is broken in your configuration or win32 or so, then the patch may help. I submitted it once and it was rejected because of the padding requirement and prospective negative effect on performance or something silly like that. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
