Change video content scaling so that it either:
[dcpomatic.git] / src / tools / dcpomatic_create.cc
index 68ae09c31fdf5bfa446903ad4db6a0b2e63b0b34..bcfc2f68b8ba4fa66e50db1640de2153d1e12b82 100644 (file)
@@ -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);
                                }
                        }