[FFmpeg-devel] [PATCH] ALS decoder
Aurelien Jacobs
aurel
Mon Sep 14 10:23:58 CEST 2009
On Sat, Sep 12, 2009 at 12:46:38AM +0200, Thilo Borgmann wrote:
> Revision 19 attached.
>
> [...]
>
> Index: libavcodec/als_data.h
> ===================================================================
> --- libavcodec/als_data.h (revision 0)
> +++ libavcodec/als_data.h (revision 0)
> @@ -0,0 +1,95 @@
>
> [...]
>
> +int8_t parcor_rice_table[3][20][2] = {
Should be "static const".
> [...]
>
> +int32_t parcor_scaled_values[] = {
Same here.
Aurel
More information about the ffmpeg-devel
mailing list