On Mon, Apr 11, 2011 at 11:07:41AM +0200, Luca Barbato wrote:
> move all the functions to the _c suffix

Please add the rationale for this change to the log message :)

> --- a/libswscale/swscale_template.c
> +++ b/libswscale/swscale_template.c
> @@ -18,7 +18,7 @@
>  
> -static inline void RENAME(yuv2yuvX)(SwsContext *c, const int16_t *lumFilter, 
> const int16_t **lumSrc, int lumFilterSize,
> +static inline void yuv2yuvX_c(SwsContext *c, const int16_t *lumFilter, const 
> int16_t **lumSrc, int lumFilterSize,
>                                      const int16_t *chrFilter, const int16_t 
> **chrSrc, int chrFilterSize, const int16_t **alpSrc,
>                                      uint8_t *dest, uint8_t *uDest, uint8_t 
> *vDest, uint8_t *aDest, long dstW, long chrDstW)

IMO just fix the indentation right away, possibly taking care of long
lines in the process; more instances below.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to