TS MPEG2/MP2 support
This commit is contained in:
parent
9c2bd38611
commit
2a721f5e7f
7 changed files with 200 additions and 97 deletions
|
@ -123,8 +123,10 @@ namespace Mist {
|
|||
capa["priority"] = 9ll;
|
||||
capa["codecs"][0u][0u].append("H264");
|
||||
capa["codecs"][0u][0u].append("HEVC");
|
||||
capa["codecs"][0u][0u].append("MPEG2");
|
||||
capa["codecs"][0u][1u].append("AAC");
|
||||
capa["codecs"][0u][1u].append("AC3");
|
||||
capa["codecs"][0u][1u].append("MP2");
|
||||
inFile = NULL;
|
||||
inputProcess = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue