[FFmpeg-devel] [PATCH] more ALAC cleanup

Vitor Sessak vitor1001
Wed Jul 18 17:19:50 CEST 2007


Hi

Michael Niedermayer wrote:
> Hi
> 
> On Wed, Jul 18, 2007 at 08:35:02AM +0200, Vitor Sessak wrote:
>> Hi
>>
>> This patch removes a custom inefficient implementation of av_log2 to use 
>> FFmpeg one.  Please comment.
> 
> ok

Applied.

Just a question: is the following:

predictor_coef_table[chan][i] = (int16_t)get_bits(&alac->gb, 16);

safe for little-endian systems? When I searched the list, it seems that 
since a patch applied an year ago ALAC decoding works fine in 
little-endian systems...

-Vitor





More information about the ffmpeg-devel mailing list