Added track language support to TS input
This commit is contained in:
parent
523c00f462
commit
d0abad68b3
3 changed files with 30 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue