From: Carl Hetherington Date: Tue, 3 Sep 2019 00:14:44 +0000 (+0100) Subject: Don't force 24fps onto every DCP made by dcpomatic_create (#1598). X-Git-Tag: v2.15.17~3 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=a0d7e38c1b7944ed45cdd6c0292fea33421e8bf5 Don't force 24fps onto every DCP made by dcpomatic_create (#1598). --- diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc index ff0ba7654..878ee6fdd 100644 --- a/src/lib/create_cli.cc +++ b/src/lib/create_cli.cc @@ -78,7 +78,6 @@ CreateCLI::CreateCLI (int argc, char* argv[]) , encrypt (false) , threed (false) , dcp_content_type (0) - , dcp_frame_rate (24) , container_ratio (0) , content_ratio (0) , still_length (10)