[dvblast-devel] bistream PSI version bug

Contact (COEXSI) contact at coexsi.fr
Thu Oct 10 15:21:06 CEST 2013



> -----Original Message-----
> From: dvblast-devel [mailto:dvblast-devel-bounces at videolan.org] On
> Behalf Of Georgi Chorbadzhiyski
> Sent: jeudi 10 octobre 2013 14:43
> To: Mailing list for DVBlast developers
> Subject: Re: [dvblast-devel] bistream PSI version bug
> 
> Around 10/10/2013 02:51 PM, Contact (COEXSI) scribbled:
> > Dear all,
> >
> > There is a bug in the function psi_get_version (/mpeg/psi/psi.h).
> >
> > The mask must be 0x3e instead of 0x1e as the version is coded on 5
> bits.
> >
> > Here is the original code:
> >
> > static inline uint8_t psi_get_version(const uint8_t *p_section) {
> >     return (p_section[5] & 0x1e) >> 1; }
> 
> Could you send a send a patch?
> 

I'm always lost using the git command line...
If you can a command line to use for sending a patch, I would appreciate!

> _______________________________________________
> dvblast-devel mailing list
> dvblast-devel at videolan.org
> https://mailman.videolan.org/listinfo/dvblast-devel



More information about the dvblast-devel mailing list