diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-09-03 01:14:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-09-03 01:14:44 +0100 |
| commit | a0d7e38c1b7944ed45cdd6c0292fea33421e8bf5 (patch) | |
| tree | f4b8c3bb1e8358015c66295f08239d2b5479445b /src/lib/create_cli.cc | |
| parent | 7b8ae6c203d4b2de98841cba312d35b355df5579 (diff) | |
Don't force 24fps onto every DCP made by dcpomatic_create (#1598).
Diffstat (limited to 'src/lib/create_cli.cc')
| -rw-r--r-- | src/lib/create_cli.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
