diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-28 16:12:44 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-28 16:12:44 +0100 |
| commit | 706201707778567317c0d023b04be9836fbf77bf (patch) | |
| tree | 8afa5ba0364bcb6dd7c1e80b6e7d13d8e0d3bbb9 /src/lib/writer.cc | |
| parent | d35fa85babb471650e3f5fa7c11b2149c1db91c1 (diff) | |
Remove DCP-specialism from Container and add tests for it.
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 39b9b9304..22aacb640 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -76,7 +76,7 @@ Writer::Writer (shared_ptr<Film> f, shared_ptr<Job> j) _film->internal_video_mxf_dir (), _film->internal_video_mxf_filename (), _film->dcp_video_frame_rate (), - _film->container()->dcp_size () + _film->container()->size (_film->full_frame ()) ) ); |
