Mercurial > mplayer.hg
changeset 31716:dcd1791cabb3
Fix compilation, forgot to add const also to the
definition of ff_yuv2packedX_altivec
author | reimar |
---|---|
date | Sat, 24 Jul 2010 14:43:55 +0000 |
parents | b90559772910 |
children | 9c9d8fe59b53 |
files | libswscale/ppc/yuv2rgb_altivec.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/ppc/yuv2rgb_altivec.c Sat Jul 24 11:37:58 2010 +0000 +++ b/libswscale/ppc/yuv2rgb_altivec.c Sat Jul 24 14:43:55 2010 +0000 @@ -778,8 +778,8 @@ void ff_yuv2packedX_altivec(SwsContext *c, - const int16_t *lumFilter, int16_t **lumSrc, int lumFilterSize, - const int16_t *chrFilter, int16_t **chrSrc, int chrFilterSize, + const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, + const int16_t *chrFilter, const int16_t **chrSrc, int chrFilterSize, uint8_t *dest, int dstW, int dstY) { int i,j;