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

Reimar Döffinger Reimar.Doeffinger
Thu Aug 20 08:22:25 CEST 2009


On Wed, Aug 19, 2009 at 08:18:19PM -0400, Ronald S. Bultje wrote:
> Hi,
> 
> On Wed, Aug 19, 2009 at 8:10 PM, Thilo
> Borgmann<thilo.borgmann at googlemail.com> wrote:
> >>> + ? ?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'))?

How about AV_RB24("ALS") and AV_RL24("ALS") ?



More information about the ffmpeg-devel mailing list