HLS input speedup, TS Stream speedup
This commit is contained in:
parent
9c3263efa2
commit
c6172a96ff
3 changed files with 80 additions and 51 deletions
|
@ -71,6 +71,8 @@ namespace TS{
|
|||
std::map<size_t, ProgramMappingTable> mappingTable;
|
||||
|
||||
std::map<size_t, std::deque<Packet> > pesStreams;
|
||||
std::deque<Packet> * psCache; /// Used only for internal speed optimizes.
|
||||
uint32_t psCacheTid; /// Used only for internal speed optimizes.
|
||||
std::map<size_t, std::deque<uint64_t> > pesPositions;
|
||||
std::map<size_t, std::deque<DTSC::Packet> > outPackets;
|
||||
std::map<size_t, DTSC::Packet> buildPacket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue