streamts: add dvbsub and teletext pid to stream

Origin commit data
------------------
Branch: ni/coolstream
Commit: ada1ec3e60
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-08-08 (Thu, 08 Aug 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2013-08-08 15:09:30 +02:00
parent 305bc41fdc
commit 8455ef1f6d
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);