Mercurial > libavcodec.hg
diff dsputil.c @ 10421:6ca681cc3264 libavcodec
Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().
author | astrange |
---|---|
date | Fri, 16 Oct 2009 23:06:55 +0000 |
parents | 442ab0c41eae |
children | 94595d0e617c |
line wrap: on
line diff
--- a/dsputil.c Fri Oct 16 23:04:41 2009 +0000 +++ b/dsputil.c Fri Oct 16 23:06:55 2009 +0000 @@ -3636,7 +3636,7 @@ #define G 1 #define R 2 #endif -static inline void add_hfyu_left_prediction_bgr32_c(uint8_t *dst, const uint8_t *src, int w, int *red, int *green, int *blue){ +static void add_hfyu_left_prediction_bgr32_c(uint8_t *dst, const uint8_t *src, int w, int *red, int *green, int *blue){ int i; int r,g,b; r= *red;