[Bf-committers] Dithering

Martin Poirier theeth at yahoo.com
Tue Nov 2 02:05:05 CET 2004


--- Goran Kocov <gkocov at yahoo.com> wrote:

> - I'm not sure about this (lack of experience with
> C/C++), but I think that the dither_value should be
> of
> signed short type, not just short (short goes from 0
> to 65535, so it can't have negative values, right?).

Signed is the default for numerical types in C, so
adding it would be redundant.
to have values from 0 to 65535, it would have to be an
unsigned short.

Martin


		
__________________________________ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 



More information about the Bf-committers mailing list