Don't change refreshrate when specifying bitrate

This commit is contained in:
Iwan Timmer
2014-05-19 11:44:28 +02:00
parent ca15990095
commit e925794c32

View File

@@ -248,7 +248,6 @@ public class Limelight implements NvConnectionListener {
System.out.println("Syntax error: bitrate expected after -bitrate");
System.exit(3);
}
refresh = 30;
} else if (args[i].equals("-fake")) {
fake = true;
} else if (args[i].equals("-notest")) {