[FFmpeg-devel] [PATCH] ALS decoder

Thilo Borgmann thilo.borgmann
Mon Aug 24 12:59:46 CEST 2009


>> +static void parcor_to_lpc(unsigned int k, int32_t *par, int32_t *cof)
>> +{
>> +    int i;
>> +
>> +    for (i = 0; i < (k+1) >> 1; i++) {
> 
> pointless ()
gcc complains about:
libavcodec/alsdec.c:389: warning: suggest parentheses around + or -
inside shift

But I added whitespaces around +.


All other changes will be part of revision 8.

Thanks!

-Thilo



More information about the ffmpeg-devel mailing list