[SCM] libav/experimental: Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:53:01 UTC 2013


The following commit has been merged in the experimental branch:
commit f076fe44223be8613a5c79137dd8984a0b14ce23
Author: Alexander Strange <astrange at ithinksw.com>
Date:   Fri Oct 16 23:06:55 2009 +0000

    Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().
    
    Originally committed as revision 20260 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/dsputil.c b/libavcodec/dsputil.c
index e71fed2..be35ec3 100644
--- a/libavcodec/dsputil.c
+++ b/libavcodec/dsputil.c
@@ -3636,7 +3636,7 @@ static int add_hfyu_left_prediction_c(uint8_t *dst, const uint8_t *src, int w, i
 #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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list