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:18:38 +0100 |
| commit | f939f1af849bdf546123baad9b790677da8d9b66 (patch) | |
| tree | f0f1dd2e80ce373da9ee23e018a595cba5833645 | |
| parent | 3b9b1b4cbc5a673041c8ad7bcc7580ad877b0cc9 (diff) | |
Don't force 24fps onto every DCP made by dcpomatic_create (#1598).
Backported from a0d7e38c1b7944ed45cdd6c0292fea33421e8bf5 in v2.15.x.
| -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) |
