diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-23 08:35:38 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-23 08:35:38 +0000 |
| commit | 7ab80b672a5e7d0ec8ad5dccda7503c04d40ffb5 (patch) | |
| tree | 9031406317ec44f2a048ca71896edfdc6911c9c1 /src/lib/playlist.h | |
| parent | b955dce68af7bddca254c46f031ae2e79157d529 (diff) | |
Fix estimate of required disk space to take referencing
of existing DCPs into account.
Diffstat (limited to 'src/lib/playlist.h')
| -rw-r--r-- | src/lib/playlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h index 76055bea0..0baf667fc 100644 --- a/src/lib/playlist.h +++ b/src/lib/playlist.h @@ -59,6 +59,7 @@ public: DCPTime length () const; boost::optional<DCPTime> start () const; + int64_t required_disk_space (int j2k_bandwidth, int audio_channels, int audio_frame_rate) const; int best_dcp_frame_rate () const; DCPTime video_end () const; |
