[MPlayer-cvslog] r19256 - in trunk/tremor: backends.h block.c codebook.c codebook.h codec_internal.h info.c ivorbiscodec.h lsp_lookup.h mapping0.c os.h registry.c registry.h res012.c sharedbook.c synthesis.c

Jindrich Makovicka makovick at gmail.com
Sun Jul 30 12:05:03 CEST 2006


On Sun, 30 Jul 2006 03:41:59 +0200 (CEST)
uau <subversion at mplayerhq.hu> wrote:

> Author: uau
> Date: Sun Jul 30 03:41:58 2006
> New Revision: 19256
> 
> Modified:
>    trunk/tremor/backends.h
>    trunk/tremor/block.c
>    trunk/tremor/codebook.c
>    trunk/tremor/codebook.h
>    trunk/tremor/codec_internal.h
>    trunk/tremor/info.c
>    trunk/tremor/ivorbiscodec.h
>    trunk/tremor/lsp_lookup.h
>    trunk/tremor/mapping0.c
>    trunk/tremor/os.h
>    trunk/tremor/registry.c
>    trunk/tremor/registry.h
>    trunk/tremor/res012.c
>    trunk/tremor/sharedbook.c
>    trunk/tremor/synthesis.c
> 
> Log:
> Replace tremor files that had old headers saying "ALL REDISTRIBUTION
> RIGHTS RESERVED" with files taken from revision r3989 of upstream svn.

Thanks a lot.
 
> @@ -208,7 +211,7 @@
>  	  int indexdiv=1;
>  	  for(k=0;k<b->dim;k++){
>  	    int index= (j/indexdiv)%quantvals;
> -	    ogg_int32_t point;
> +	    int point;
>  	    int val=VFLOAT_MULTI(delta,delpoint,
>  				 abs(b->quantlist[index]),&point);
>  
> @@ -242,7 +245,7 @@
>  	  int         lastpoint=0;
>  
>  	  for(k=0;k<b->dim;k++){
> -	    ogg_int32_t point;
> +	    int point;
>  	    int val=VFLOAT_MULTI(delta,delpoint,
>  				 abs(b->quantlist[j*b->dim+k]),&point);
>  

These changes are our own. Can you please change the type back to
ogg_int32_t so tremor.diff is still in sync?

-- 
Jindrich Makovicka



More information about the MPlayer-cvslog mailing list