[FFmpeg-cvslog] r20450 - in trunk/libavcodec: acelp_vectors.c acelp_vectors.h qcelpdec.c

Vitor Sessak vitor1001
Wed Nov 4 23:19:00 CET 2009


reynaldo wrote:
> Author: reynaldo
> Date: Wed Nov  4 20:29:29 2009
> New Revision: 20450
> 
> Log:
> Implement ff_scale_vector_to_given_sum_of_squares()
> to aid generic gain control routines. Changes
> for qcelp are included. Patch Collin McQuillan.

Thanks!

> Modified:
>    trunk/libavcodec/acelp_vectors.c
>    trunk/libavcodec/acelp_vectors.h
>    trunk/libavcodec/qcelpdec.c
> 
> Modified: trunk/libavcodec/acelp_vectors.c
> ==============================================================================
> --- trunk/libavcodec/acelp_vectors.c	Wed Nov  4 18:30:23 2009	(r20449)
> +++ trunk/libavcodec/acelp_vectors.c	Wed Nov  4 20:29:29 2009	(r20450)
> @@ -22,6 +22,7 @@
>  
>  #include <inttypes.h>
>  #include "avcodec.h"
> +#include "celp_math.h"
>  #include "acelp_vectors.h"
>  #include "celp_math.h"

It looks like this chunk became irrelevant some time after the patch was 
posted...

-Vitor



More information about the ffmpeg-cvslog mailing list