Update input codec capabilities to be more consistent/accurate, and more easily automatically parsed
This commit is contained in:
parent
1a4a526a11
commit
7098f8430b
19 changed files with 108 additions and 116 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue