TS stream lib fixes

This commit is contained in:
Thulinma 2017-05-15 15:28:51 +02:00
parent 6b379f63b6
commit 5be4892ae5
2 changed files with 51 additions and 110 deletions

View file

@ -64,7 +64,6 @@ namespace TS{
ProgramAssociationTable associationTable;
std::map<unsigned long, ADTSRemainder> remainders;
bool firstPacketFound;
std::map<unsigned long, unsigned long long> lastPMT;
std::map<unsigned long, ProgramMappingTable> mappingTable;
@ -79,7 +78,6 @@ namespace TS{
std::map<unsigned long, h265::initData> hevcInfo;
std::map<unsigned long, std::string> metaInit;
std::map<unsigned long, std::string> descriptors;
std::map<unsigned long, std::string> partialBuffer;
mutable IPC::semaphore globalSem;
bool threaded;