Hey Richard,

On Fri, 2003-03-07 at 14:13, Richard Ellis wrote:
> Note, w/h appear to be the result of subtracting two from unsigned int's
> that were initialized to zero, instead of being initialized to the
> incoming frame width/height from the yuv4mpeg header.

Yup, they're uint16_t's (see yuvdenoise/global.h). They'd need to be
signed in order for this to work. Simple remove the 'u' and it'll work.

Stefan, can I change this in CVS or is there a specific reason why
they're signed?

Ronald

-- 
Ronald Bultje <[EMAIL PROTECTED]>
Linux Video/Multimedia developer



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to