projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a4476e
)
Mark add_png_paeth_prediction_* functions which are only used within this file
author
Uoti Urpala
<uoti.urpala@pp1.inet.fi>
Sat, 2 Aug 2008 17:32:55 +0000
(17:32 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 2 Aug 2008 17:32:55 +0000
(17:32 +0000)
as static. patch by Uoti Urpala, uoti.urpala pp1.inet fi
Originally committed as revision 14509 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/i386/dsputil_mmx.c
patch
|
blob
|
history
diff --git
a/libavcodec/i386/dsputil_mmx.c
b/libavcodec/i386/dsputil_mmx.c
index 90865e80c7b6db022530a2a87670c90dd473b5f7..81e24235953227a9c8fe2bd956df40590fe20881 100644
(file)
--- 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;\