Updated flv_tag to output DTSCv2
This commit is contained in:
parent
2c343b9db6
commit
f14a4fb75e
5 changed files with 72 additions and 54 deletions
|
@ -93,6 +93,7 @@ namespace JSON {
|
|||
void null();
|
||||
};
|
||||
|
||||
Value fromDTMI2(std::string data);
|
||||
Value fromDTMI(std::string data);
|
||||
Value fromDTMI(const unsigned char * data, unsigned int len, unsigned int &i);
|
||||
Value fromString(std::string json);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue