Mystery solved
This commit is contained in:
parent
589c517479
commit
1a6a9eeb9b
2 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,7 @@ int main( int argc, char * argv[] ) {
|
|||
temp += ifs.get();
|
||||
}
|
||||
static AMFType amfdata("empty", (unsigned char)0xFF);
|
||||
amfdata = parseAMF( temp );
|
||||
amfdata = parseAMF( (const unsigned char*)temp.c_str(), temp.length()-1 );
|
||||
amfdata.Print( );
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue