Re: PCR Bug?
Tristan Leteurtre <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]>