On Sun, May 29, 2011 at 03:37:11PM +0100, Mans Rullgard wrote:
> Signed-off-by: Mans Rullgard <[email protected]>
> ---
>  libavcodec/arm/Makefile          |    1 +
>  libavcodec/arm/ac3dsp_arm.S      |   35 +++++++++++++++++++++++++++++++++++
>  libavcodec/arm/ac3dsp_init_arm.c |    4 +++-
>  3 files changed, 39 insertions(+), 1 deletions(-)
>  create mode 100644 libavcodec/arm/ac3dsp_arm.S
> 
> --- a/libavcodec/arm/Makefile
> +++ b/libavcodec/arm/Makefile
> @@ -1,4 +1,5 @@
>  OBJS-$(CONFIG_AC3DSP)                  += arm/ac3dsp_init_arm.o         \
> +                                          arm/ac3dsp_arm.o

order

> --- a/libavcodec/arm/ac3dsp_init_arm.c
> +++ b/libavcodec/arm/ac3dsp_init_arm.c
> @@ -35,10 +35,12 @@ void ff_ac3_bit_alloc_calc_bap_armv6(int16_t *mask, 
> int16_t *psd,
>                                       int snr_offset, int floor,
>                                       const uint8_t *bap_tab, uint8_t *bap);
>  
> -int ff_ac3_compute_mantissa_size_arm(int cnt[5], uint8_t *bap, int nb_coefs);
> +void ff_ac3_update_bap_counts_arm(uint16_t mant_cnt[16], uint8_t *bap, int 
> len);

unrelated cleanup, but OK of course

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

Reply via email to