diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-08 23:13:23 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-08 23:13:23 +0000 |
| commit | 2bde54c29e6b36c75948ca1d3efcda0535d148d7 (patch) | |
| tree | 8c8b5b1e935927f1fedb9fc91a861a7b1296844c /src/lib/writer.cc | |
| parent | 031a4066190454b1a4d933b74e86a053673a5e43 (diff) | |
Remove un-read intrinsic_duration.
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 5a2f7c9a9..06acaa1f6 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -261,8 +261,6 @@ Writer::finish () int const frames = _last_written_frame + 1; int const duration = frames - _film->trim_start() - _film->trim_end(); - _film->set_dcp_intrinsic_duration (frames); - _picture_asset->set_entry_point (_film->trim_start ()); _picture_asset->set_duration (duration); |
