stable version of BRZ using extenal memory to flush vector g

This commit is contained in:
fc_botelho
2005-09-23 20:54:31 +00:00
parent bab5f9465b
commit 7c654b88a8
8 changed files with 63 additions and 40 deletions

View File

@@ -143,7 +143,7 @@ int main(int argc, char **argv)
break;
}
}
if (!valid || mph_algo == CMPH_BRZ)
if (!valid)
{
fprintf(stderr, "Invalid mph algorithm: %s. It is not available in version %s\n", optarg, VERSION);
return -1;