On Sun, Nov 10, 2013 at 1:31 PM, Diego Biurrun <[email protected]> wrote:
>
> ---
>
> Now addresses most of Alex' comments and actually eliminates all warnings.
>
>  libavcodec/aacps.c          |   18 +++++++++++-------
>  libavcodec/aacps_tablegen.c |    2 +-
>  libavcodec/aacps_tablegen.h |    4 +++-
>  libavcodec/aacpsdsp.h       |    2 +-
>  4 files changed, 16 insertions(+), 10 deletions(-)
>

Seems ok

> diff --git a/libavcodec/aacpsdsp.h b/libavcodec/aacpsdsp.h
> index 93737d2..dc380b1 100644
> --- a/libavcodec/aacpsdsp.h
> +++ b/libavcodec/aacpsdsp.h
> @@ -38,7 +38,7 @@ typedef struct PSDSPContext {
>                                     int i, int len);
>      void (*decorrelate)(float (*out)[2], float (*delay)[2],
>                          float 
> (*ap_delay)[PS_QMF_TIME_SLOTS+PS_MAX_AP_DELAY][2],
> -                        const float phi_fract[2], float (*Q_fract)[2],
> +                        const float phi_fract[2], const float (*Q_fract)[2],
>                          const float *transient_gain,
>                          float g_decay_slope,
>                          int len);

FWIW this part no longer matches the implementations
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to