Mercurial > libavcodec.hg
changeset 7460:2ced44037814 libavcodec
Mark add_png_paeth_prediction_* functions which are only used within this file
as static. patch by Uoti Urpala, uoti.urpala pp1.inet fi
author | diego |
---|---|
date | Sat, 02 Aug 2008 17:32:55 +0000 |
parents | 283eeda62184 |
children | 5bcf597a321c |
files | i386/dsputil_mmx.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/i386/dsputil_mmx.c Fri Aug 01 13:53:18 2008 +0000 +++ b/i386/dsputil_mmx.c Sat Aug 02 17:32:55 2008 +0000 @@ -788,7 +788,7 @@ } #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;\