Menu

Commit [r3146]  Maximize  Restore  History

SIgh, there is a HUGE difference between

ptr = malloc(N) + M

and

ptr = malloc(N + M)

when "extra/padding" bytes are needed you have to use the second form and
not the first!!!

sms00 2006-11-30

changed /trunk/mjpeg_play/INSTALL
changed /trunk/mjpeg_play/yuvdeinterlace/yuvdeinterlace.cc
/trunk/mjpeg_play/INSTALL Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/yuvdeinterlace/yuvdeinterlace.cc Diff Switch to side-by-side view
Loading...
Auth0 Logo