On Tue, Jun 19, 2012 at 10:48:11AM +0200, Diego Biurrun wrote:
> 
> flvdec: remove incomplete, disabled seeking code
> 
> ---
> 
>  libavcodec/ratecontrol.c |   12 ------------
>  1 files changed, 0 insertions(+), 12 deletions(-)
> 
> --- a/libavcodec/ratecontrol.c
> +++ b/libavcodec/ratecontrol.c
> @@ -508,14 +508,6 @@ static double predict_size(Predictor *p, double q, 
> double var)
>  
> -/*
> -static double predict_qp(Predictor *p, double size, double var)
> -{
> -//printf("coeff:%f, count:%f, var:%f, size:%f//\n", p->coeff, p->count, var, 
> size);
> -     return p->coeff*var / (size*p->count);
> -}
> -*/
> -
> @@ -555,10 +547,6 @@ static void adaptive_quantization(MpegEncContext *s, 
> double q){
>          int mb_distance;
>          float mb_factor = 0.0;
> -#if 0
> -        if(spat_cplx < q/3) spat_cplx= q/3; //FIXME finetune
> -        if(temp_cplx < q/3) temp_cplx= q/3; //FIXME finetune
> -#endif

Argh, I'm afraid I amended the log message on the wrong commit, i.e. I
amended the ratecontrol commit log message instead of the flvdec one.
Sorry...

I'm afraid there is no way to fix this in git.  Sorry again ...

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to