Hello,

if somebody happens to encounter the same problem.....
On one of my machines (AMD athlon 64 X2 with OpenSuse 10.3)  y4mstabilizer did 
not work OK, just flashed the first frame and then went green!

Traced the problem to the "bcopy" function.
After replacing all instances of

bcopy(a,b,c)

with

memcpy(b,a,c)

in y4mstabilizer.c it works fine on this machine too.

Marko Cebokli

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to