Remove some vestigial stuff.
[dcpomatic.git] / src / tools / makedcp.cc
index 892bed3b81d0368582bec7ecf6aedc22c14d39bf..0c639077162250cb31b11fa58e9a84f7b5f347d8 100644 (file)
@@ -155,7 +155,7 @@ main (int argc, char* argv[])
        pair<string, string> const f = Filter::ffmpeg_strings (film->filters ());
        cout << "Filters: " << f.first << " " << f.second << "\n";
 
-       film->make_dcp (true);
+       film->make_dcp ();
 
        bool should_stop = false;
        bool first = true;