[FFmpeg-devel] [PATCH] Parsing ALS object type in MPEG-4

Thilo Borgmann thilo.borgmann
Fri Aug 21 02:09:50 CEST 2009


>>  
>> +    // read number of channels
>> +    c->chan_config = 0;
>> +    c->channels = get_bits(gb, 16) + 1;
> 
> align
> 
>> @@ -71,8 +99,19 @@
>>  
>> +        if (show_bits_long(&gb, 24) != 0x414C53) {
>> +            skip_bits_long(&gb, 24);
>> +        }
> 
> useless {}
> 

Both done in revision 4.

Thanks!

-Thilo
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: als_readconfig.rev4.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090821/18e1a3e0/attachment.txt>



More information about the ffmpeg-devel mailing list