From a0d7e38c1b7944ed45cdd6c0292fea33421e8bf5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Sep 2019 01:14:44 +0100 Subject: [PATCH] Don't force 24fps onto every DCP made by dcpomatic_create (#1598). --- src/lib/create_cli.cc | 1 - 1 file changed, 1 deletion(-) 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) -- 2.30.2