[Mplayer-cvslog] CVS: main/DOCS/tech mpcf.txt,1.17,1.18

Michael Niedermayer michaelni at gmx.at
Sun Feb 9 20:32:39 CET 2003


Hi

On Sunday 09 February 2003 20:27, Arpi wrote:
> Hi,
>
> >  	for(;;){
> > -		codec_specific_data_type	b
> > -		if(codec_specific_data_type=="") break;
> > +		codec_specific_data_type	v
> > +		if(codec_specific_data_type==0) break;
> >  		codec_specific_data		b
> >  	}
>
> btw we should store teh size of each header.
> it's inside teh struct for bitmapinfo, waveformatex, *desc, but at various
> offsets and mode (for example waveformatex is 18 bytes + extra and only
> size of extra is stored, while bitmapinfo have teh size including the
> bitmapinfo struct's 40 bytes) , for teh case if the demuxer doesn't know
> the given header type it shuold be able to skip it...
yes, we allready do, b type stores size + bytes

[...]

Michael


More information about the MPlayer-cvslog mailing list