Changes for new ESDS implementation in library.

This commit is contained in:
Thulinma 2015-02-18 02:55:21 +01:00
parent 225a11132f
commit aa00b31ddb
2 changed files with 2 additions and 36 deletions

View file

@ -103,7 +103,7 @@ namespace Mist {
}
}
if (FLV::Parse_Error){
std::cerr << FLV::Error_Str << std::endl;
FAIL_MSG("FLV error: %s", FLV::Error_Str.c_str());
thisPack.null();
lastPack.null();
return;