[FFmpeg-devel] [PATCH] ALS decoder
Thilo Borgmann
thilo.borgmann
Mon Sep 14 15:22:34 CEST 2009
Aurelien Jacobs schrieb:
> 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.
Done in rev. 20. Thanks!
-Thilo
More information about the ffmpeg-devel
mailing list