A few bugfixes and improvements in the FLV2DTSC code. Also, moved conversion logic to flv_tag.cpp/h instead of keeping it inside the conversion tool itself.

This commit is contained in:
Thulinma 2012-04-17 21:33:43 +02:00
parent 0817b818fb
commit 2a8ce23db0
5 changed files with 198 additions and 198 deletions

View file

@ -62,6 +62,7 @@ namespace DTSC{
std::string & StrValue();
const char * Str();
int hasContent();
bool isEmpty();
void addContent(DTMI c);
DTMI* getContentP(int i);
DTMI getContent(int i);