Add a tool menu item that will recompress a capture file

This commit is contained in:
baldurk
2017-11-16 19:06:45 +00:00
parent 13de20612b
commit 016bc29609
16 changed files with 289 additions and 64 deletions
+1 -1
View File
@@ -722,7 +722,7 @@ struct ConvertCommand : public Command
return 1;
}
st = file->Convert(outfile.c_str(), outfmt.c_str());
st = file->Convert(outfile.c_str(), outfmt.c_str(), NULL);
if(st != ReplayStatus::Succeeded)
{