[x264-devel] Re: x264: svn commit r618 (pengvado)

Loren Merritt lorenm at u.washington.edu
Fri Jan 12 08:20:43 CET 2007


On Fri, 12 Jan 2007, Limin Wang wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi there,
>
> +#define array_non_zero(a) array_non_zero_int(a, sizeof(a))
> +static inline int array_non_zero_int( void *v, int i_count )
>
> How about to use array_non_zero_int32 since int may be 2 byte
> in some platform?

If you mean int may be 8 bytes or more, then ok.
If int is 2 bytes then so much code would break that it's not even even 
worth trying.

--Loren Merritt

-- 
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html



More information about the x264-devel mailing list