# HG changeset patch # User diego # Date 1185627028 0 # Node ID 13d52b7647a07e02199ffe9113ecbeab0fcf33dc # Parent 20bea6a9950c0aa56d66ff43c5ec8a17f46741cc Ahem, fix typos overlooked in last commit. diff -r 20bea6a9950c -r 13d52b7647a0 bitstream.c --- a/bitstream.c Sat Jul 28 12:46:26 2007 +0000 +++ b/bitstream.c Sat Jul 28 12:50:28 2007 +0000 @@ -36,7 +36,7 @@ * @param[in] ptr The block of memory to reallocate. * @param[in] size The requested size. * @return Block of memory of requested size. - * @deprecated. Code which uses ff_realloc_static is broken/misdesigned. + * @deprecated. Code which uses ff_realloc_static is broken/misdesigned * and should correctly use static arrays */ attribute_deprecated void *ff_realloc_static(void *ptr, unsigned int size); diff -r 20bea6a9950c -r 13d52b7647a0 ppc/snow_altivec.c --- a/ppc/snow_altivec.c Sat Jul 28 12:46:26 2007 +0000 +++ b/ppc/snow_altivec.c Sat Jul 28 12:50:28 2007 +0000 @@ -522,7 +522,7 @@ vector signed int *v = (vector signed int *)vbuf, *d; for(y=0; y>1); @@ -588,7 +588,7 @@ vector signed int *v = (vector signed int *)vbuf, *d; for(y=0; y>1); @@ -671,7 +671,7 @@ vector signed int *v = (vector signed int *)vbuf, *d; for(y=0; y>1); @@ -717,7 +717,7 @@ vector signed int *v = (vector signed int *)vbuf, *d; for(y=0; y>1); diff -r 20bea6a9950c -r 13d52b7647a0 snow.c --- a/snow.c Sat Jul 28 12:46:26 2007 +0000 +++ b/snow.c Sat Jul 28 12:50:28 2007 +0000 @@ -2520,7 +2520,7 @@ int y, x; DWTELEM * dst; for(y=0; y>1); const uint8_t *obmc3= obmc1+ obmc_stride*(obmc_stride>>1); @@ -2680,7 +2680,7 @@ STOP_TIMER("inner_add_yblock") }else for(y=0; y>1); const uint8_t *obmc3= obmc1+ obmc_stride*(obmc_stride>>1);