Added singular mode override for inputs
This commit is contained in:
parent
b839a9f618
commit
33488da329
7 changed files with 56 additions and 35 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
namespace Mist{
|
||||
JSON::Value Output::capa = JSON::Value();
|
||||
Util::Config * Output::config = NULL;
|
||||
|
||||
int getDTSCLen(char * mapped, long long int offset){
|
||||
return Bit::btohl(mapped + offset + 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue