[SCM] libav/experimental: Mark add_png_paeth_prediction_* functions which are only used within this file as static. patch by Uoti Urpala, uoti.urpala pp1.inet fi

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


The following commit has been merged in the experimental branch:
commit f769b746aa38840e75e46e801934302f4f3d026b
Author: Uoti Urpala <uoti.urpala at pp1.inet.fi>
Date:   Sat Aug 2 17:32:55 2008 +0000

    Mark add_png_paeth_prediction_* functions which are only used within this file
    as static. patch by Uoti Urpala, uoti.urpala pp1.inet fi
    
    Originally committed as revision 14509 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c
index 90865e8..81e2423 100644
--- a/libavcodec/i386/dsputil_mmx.c
+++ b/libavcodec/i386/dsputil_mmx.c
@@ -788,7 +788,7 @@ static void draw_edges_mmx(uint8_t *buf, int wrap, int width, int height, int w)
 }
 
 #define PAETH(cpu, abs3)\
-void add_png_paeth_prediction_##cpu(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp)\
+static void add_png_paeth_prediction_##cpu(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp)\
 {\
     x86_reg i = -bpp;\
     x86_reg end = w-3;\

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list