HLS input speedup, TS Stream speedup

This commit is contained in:
Thulinma 2019-02-26 14:48:15 +01:00
parent 9c3263efa2
commit c6172a96ff
3 changed files with 80 additions and 51 deletions

View file

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