On Thu, May 14, 2015 at 10:28:42AM +, Carl Eugen Hoyos wrote:
> Michael Niedermayer gmx.at> writes:
>
> > > > +while ( bytestream2_get_bytes_left(&gbc) >= 552
> > > > + && ( !AV_RB16(&avpkt->data[bytestream2_tell(&gbc)+6])
> > > > + || !AV_RB16(&avpkt->data[byt
Michael Niedermayer 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 you
On Wed, May 13, 2015 at 08:14:11PM +, Carl Eugen Hoyos wrote:
> Michael Niedermayer videolan.org> writes:
>
> > +while ( bytestream2_get_bytes_left(&gbc) >= 552
> > + && ( !AV_RB16(&avpkt->data[bytestream2_tell(&gbc)+6])
> > + || !AV_RB16(&avpkt->data[bytestrea
Michael Niedermayer videolan.org> 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"
ffmpeg | branch: master | Michael Niedermayer | Wed May 13
21:12:28 2015 +0200| [4b28907e4a947b7697fa44d5a80b6675ab152cc0] | committer:
Michael Niedermayer
avcodec/qdrw: cleanup skip code
Skip 512 byte sectors until a non zero resolution is found
Signed-off-by: Michael Niedermayer
> http://