On 06/14/2011 03:03 PM, Ronald S. Bultje wrote:

> @@ -1284,13 +1411,10 @@ rgb16_32ToY_c_template(uint8_t *dst, const uint8_t 
> *src,
>                         int rsh,   int gsh,   int bsh, int S)
>  {
>      const int ry = RY << rsh, gy = GY << gsh, by = BY << bsh,
> -              rnd = 33 << (S - 1);
> +    rnd = 33 << (S - 1);


stray cosmetic change.

other than that the patch looks good. the macros are definitely easier
to understand at first look.

thanks,
Justin

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to