[vls-devel] Re: PCR Bug?
Tristan Leteurtre
tristan.leteurtre at videolan.org
Mon Nov 11 16:32:34 CET 2002
On Sun, Nov 10, 2002, Benoit Steiner wrote:
> > In vls/src/mpeg/ts.cpp Line 53:
> > Maybe I misunderstand the 13818/1 spec, but shouldn't:
> >
> > bData[10] = (iPCR & 0x1);
> >
> > be
> >
> > bData[10] = (iPCR & 0x80);
Yes, you are right.
May someone include that in his next commit ? (nitrox ?...)
--
Tristan
--
This is the vls-devel mailing-list, see http://www.videolan.org/vls-devel/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vls-devel
mailing list