Added track language support to TS input

This commit is contained in:
Thulinma 2016-07-18 10:08:34 +02:00
parent 523c00f462
commit d0abad68b3
3 changed files with 30 additions and 2 deletions

View file

@ -51,6 +51,7 @@ namespace TS {
std::map<unsigned long, std::string > ppsInfo;
std::map<unsigned long, h265::initData > hevcInfo;
std::map<unsigned long, std::string> metaInit;
std::map<unsigned long, std::string> descriptors;
mutable IPC::semaphore globalSem;