[FFmpeg-cvslog] r20260 - trunk/libavcodec/dsputil.c

astrange subversion
Sat Oct 17 01:06:55 CEST 2009


Author: astrange
Date: Sat Oct 17 01:06:55 2009
New Revision: 20260

Log:
Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().

Modified:
   trunk/libavcodec/dsputil.c

Modified: trunk/libavcodec/dsputil.c
==============================================================================
--- trunk/libavcodec/dsputil.c	Sat Oct 17 01:04:41 2009	(r20259)
+++ trunk/libavcodec/dsputil.c	Sat Oct 17 01:06:55 2009	(r20260)
@@ -3636,7 +3636,7 @@ static int add_hfyu_left_prediction_c(ui
 #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;



More information about the ffmpeg-cvslog mailing list