Commit 856a82e9 authored by diego's avatar diego

Mark add_png_paeth_prediction_* functions which are only used within this file

as static. patch by Uoti Urpala, uoti.urpala pp1.inet fi


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14509 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent aed0175a
......@@ -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;\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment