[MPlayer-dev-eng] non-free and undistributable files in tremor/

Jindrich Makovicka makovick at gmail.com
Sun Jul 30 11:49:04 CEST 2006


On Sun, 30 Jul 2006 03:14:42 +0200
Roberto Togni <r_togni at tiscali.it> wrote:
> You can get all those files with a correct bsd license header from
> tremor svn (http://svn.xiph.org/trunk/Tremor) by checking out r3895.
> The previous version r3890 contains the same files with the bad
> license header.
> Except from the headers the only difference between our files and the
> ones from r3895 is in sharedbook.c
> 
> @@ -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);
> 
> 
> We probably have to commit also this change to be on the safe side.

This is a local modification (see tremor.diff).

-- 
Jindrich Makovicka



More information about the MPlayer-dev-eng mailing list