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

Thilo Borgmann thilo.borgmann
Thu Aug 20 02:27:02 CEST 2009


>>>> +    if (get_bits_long(gb, 32) != 0x414C5300)
>>> MKBETAG('A','L','S','\0')
>> Done.
> [..]
>> +        if (show_bits_long(&gb, 24) != 0x414C53) {
> 
> same here (MKBETAG(0, 'A', 'L', 'S'))?
Done.

Revision 3 attached.

Thanks!
-Thilo
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: als_readconfig.rev3.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090820/75096bab/attachment.asc>



More information about the ffmpeg-devel mailing list