Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] bug in transform.c (mpegtools)



Hello list!

I have spent much time in DVB under linux and 
discovered a problem with the mpegtool TS2PS
in "find_avpids" the check for the Unit Payload 
Indicator isn't correct : it has to be

if ((buf[i+1] & 0x40) == 0x40)  
instead of 
if ((buf[i+1] & 0xF0) == 0x40)
(line 650 (appx. because I changed some other tihngs too)

but this problem occurs only if the PIDs
is larger than 0x0fff 



please correct me if I'm wrong 

Dominik Kuhlen


--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index