Update input codec capabilities to be more consistent/accurate, and more easily automatically parsed

This commit is contained in:
Thulinma 2022-10-06 16:23:29 +02:00
parent 1a4a526a11
commit 7098f8430b
19 changed files with 108 additions and 116 deletions

View file

@ -65,7 +65,7 @@ namespace Mist{
capa["source_match"] = "/*.aac";
capa["source_file"] = "$source";
capa["priority"] = 9;
capa["codecs"][0u][1u].append("AAC");
capa["codecs"]["audio"].append("AAC");
thisTime = 0;
// init filePos at 1, else a 15 bit mismatch in expected frame size occurs
// dtsc.ccp +- line 215