streamts: add dvbsub and teletext pid to stream

This commit is contained in:
Jacek Jendrzej
2013-08-08 15:09:30 +02:00
parent 70882dde00
commit ada1ec3e60
3 changed files with 23 additions and 2 deletions

View File

@@ -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);