[FFmpeg-soc] [soc]: r859 - dirac/libavcodec/dirac.c

Luca Barbato lu_zero at gentoo.org
Thu Aug 16 15:50:17 CEST 2007


marco wrote:
> Author: marco
> Date: Thu Aug 16 14:38:27 2007
> New Revision: 859
> 
> Log:
> remove useless check
> 
> Modified:
>    dirac/libavcodec/dirac.c
> 
> Modified: dirac/libavcodec/dirac.c
> ==============================================================================
> --- dirac/libavcodec/dirac.c	(original)
> +++ dirac/libavcodec/dirac.c	Thu Aug 16 14:38:27 2007
> @@ -1012,9 +1012,6 @@ static int subband(DiracContext *s, int1
>          dirac_arith_flush(&s->arith);
>      }
>  
> -    if (level == 0 && s->refs == 0)
> -        intra_dc_prediction(s, data);
> -
>      return 0;
>  }
>  

you removed everything, not just the check...

-- 

Luca Barbato

Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero



More information about the FFmpeg-soc mailing list