changeset 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 1c33160b0722
files dsputil.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;