Updated flv_tag to output DTSCv2

This commit is contained in:
Erik Zandvliet 2013-04-29 10:41:20 +02:00
parent 2c343b9db6
commit f14a4fb75e
5 changed files with 72 additions and 54 deletions

View file

@ -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);