Loading apps/encoder.c +1 −0 Original line number Diff line number Diff line Loading @@ -1694,6 +1694,7 @@ static bool parseCmdlIVAS_enc( else if ( strcmp( argv_to_upper, "-PCA" ) == 0 ) { arg->pca = 1; i++; } #else else if ( strcmp( argv_to_upper, "-BYPASS" ) == 0 ) // TODO: should be renamed to "-pca" Loading Loading
apps/encoder.c +1 −0 Original line number Diff line number Diff line Loading @@ -1694,6 +1694,7 @@ static bool parseCmdlIVAS_enc( else if ( strcmp( argv_to_upper, "-PCA" ) == 0 ) { arg->pca = 1; i++; } #else else if ( strcmp( argv_to_upper, "-BYPASS" ) == 0 ) // TODO: should be renamed to "-pca" Loading