Use VideoContentScale rather than Ratio for the default scale to.
[dcpomatic.git] / src / tools / server_test.cc
index 896517b270ae0bfc293f3505d208abb491a213fd..a5d31fc086444e70c3bc07b11235df356ea04d3e 100644 (file)
@@ -103,7 +103,7 @@ main (int argc, char* argv[])
        string film_dir;
        string server_host;
 
-       while (1) {
+       while (true) {
                static struct option long_options[] = {
                        { "help", no_argument, 0, 'h'},
                        { "server", required_argument, 0, 's'},