[FFmpeg-cvslog] avcodec/qdrw: cleanup skip code

Carl Eugen Hoyos cehoyos at ag.or.at
Thu May 14 12:28:42 CEST 2015


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > > +    while (   bytestream2_get_bytes_left(&gbc) >= 552
> > > +           && (   !AV_RB16(&avpkt->data[bytestream2_tell(&gbc)+6])
> > > +               || !AV_RB16(&avpkt->data[bytestream2_tell(&gbc)+8])))
> > 
> > The first 512 bytes are "reserved for your application". 
> 
> where can i find the specification for the format ?

I sent a patch with a link.

Carl Eugen



More information about the ffmpeg-cvslog mailing list