[MPlayer-dev-eng] [patch] remove more unused variables

Diego Biurrun diego at biurrun.de
Sun Jul 9 18:02:23 CEST 2006


On Sun, Jul 09, 2006 at 05:06:57PM +0200, Stefan Huehner wrote:
> 
> attached patch removes some more unused variables.
> 
> --- libfaad2/sbr_hfadj.c	(revision 18975)
> +++ libfaad2/sbr_hfadj.c	(working copy)
> @@ -1170,7 +1170,6 @@
>              real_t den = 0;
>              real_t acc1 = 0;
>              real_t acc2 = 0;
> -            uint8_t current_res_band_size = 0;
>  
>              uint8_t ml1, ml2;
>  
> --- tremor/floor0.c	(revision 18975)
> +++ tremor/floor0.c	(working copy)
> @@ -343,7 +343,6 @@
>  static vorbis_look_floor *floor0_look (vorbis_dsp_state *vd,vorbis_info_mode *mi,
>                                vorbis_info_floor *i){
>    int j;
> -  ogg_int32_t scale; 
>    vorbis_info        *vi=vd->vi;
>    codec_setup_info   *ci=(codec_setup_info *)vi->codec_setup;
>    vorbis_info_floor0 *info=(vorbis_info_floor0 *)i;

These two are imported libraries, I've left out these changes and
applied the rest, thanks.

Diego



More information about the MPlayer-dev-eng mailing list