[FFmpeg-cvslog] r14509 - trunk/libavcodec/i386/dsputil_mmx.c
diego
subversion
Sat Aug 2 19:32:55 CEST 2008
Author: diego
Date: Sat Aug 2 19:32:55 2008
New Revision: 14509
Log:
Mark add_png_paeth_prediction_* functions which are only used within this file
as static. patch by Uoti Urpala, uoti.urpala pp1.inet fi
Modified:
trunk/libavcodec/i386/dsputil_mmx.c
Modified: trunk/libavcodec/i386/dsputil_mmx.c
==============================================================================
--- trunk/libavcodec/i386/dsputil_mmx.c (original)
+++ trunk/libavcodec/i386/dsputil_mmx.c Sat Aug 2 19:32:55 2008
@@ -788,7 +788,7 @@ static void draw_edges_mmx(uint8_t *buf,
}
#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;\
More information about the ffmpeg-cvslog
mailing list