Change video content scaling so that it either:
[dcpomatic.git] / src / tools / dcpomatic_create.cc
index 87626283cc0b2ed135c12c1e2ba3ca3de66b209e..bcfc2f68b8ba4fa66e50db1640de2153d1e12b82 100644 (file)
@@ -76,7 +76,7 @@ main (int argc, char* argv[])
        }
 
        if (cc.version) {
-               cerr << "dcpomatic version " << dcpomatic_version << " " << dcpomatic_git_commit << "\n";
+               cout << "dcpomatic version " << dcpomatic_version << " " << dcpomatic_git_commit << "\n";
                exit (EXIT_SUCCESS);
        }
 
@@ -131,7 +131,6 @@ main (int argc, char* argv[])
 
                        BOOST_FOREACH (shared_ptr<Content> j, content) {
                                if (j->video) {
-                                       j->video->set_scale (VideoContentScale(cc.content_ratio));
                                        j->video->set_frame_type (i.frame_type);
                                }
                        }