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:
parent
0817b818fb
commit
2a8ce23db0
5 changed files with 198 additions and 198 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue