mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-09 06:38:36 +02:00
streamts: add dvbsub and teletext pid to stream
This commit is contained in:
@@ -247,7 +247,7 @@ int CGenPsi::genpsi(int fd)
|
||||
}
|
||||
//-- write row with desc. for pcr stream (eq. video) --
|
||||
pkt[ofs] = EN_TYPE_PCR;
|
||||
pkt[ofs+1] = 0x02;//vtype ???
|
||||
pkt[ofs+1] = 0x02;
|
||||
pkt[ofs+2] = (pcrpid>>8);
|
||||
pkt[ofs+3] = (pcrpid & 0xFF);
|
||||
|
||||
|
Reference in New Issue
Block a user