Mailing List archive

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

possible (minor) bug in dvb.c



Hi Ralph!

In dvb.c, i guess line 3739 should be 

this:
	tspid1[3] |= (p->pid1++) & 0x0F ;
             ^
instead of:
	tspid0[3] |= (p->pid1++) & 0x0F ;
             ^
so that the continuity counter in PMT(?)-packets is incremented.

Greetings

Jens
  
-- 
email: boom@uni-paderborn.de


Home | Main Index | Thread Index