Changes and improvements to different packages.

This commit is contained in:
Alan Mishchenko 2014-06-28 14:31:01 -07:00
parent 933b749676
commit 55404ca1af
1 changed files with 1 additions and 1 deletions

View File

@ -27843,7 +27843,7 @@ int Abc_CommandAbc9BalanceLut( Abc_Frame_t * pAbc, int argc, char ** argv )
int fUseOld = 0;
int nLutSize = 6;
int nCutNum = 8;
int fUseMuxes = 0;
int fUseMuxes = 1;
int c, fVerbose = 0;
int fVeryVerbose = 0;
Extra_UtilGetoptReset();