summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 0aa08e425..937ab99e8 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -70,10 +70,10 @@ public:
Film (boost::filesystem::path, bool log = true);
~Film ();
- boost::filesystem::path info_file () const;
+ boost::filesystem::path info_file (DCPTimePeriod p) const;
boost::filesystem::path j2c_path (int, Eyes, bool) const;
boost::filesystem::path internal_video_asset_dir () const;
- boost::filesystem::path internal_video_asset_filename () const;
+ boost::filesystem::path internal_video_asset_filename (DCPTimePeriod p) const;
boost::filesystem::path audio_analysis_path (boost::shared_ptr<const Playlist>) const;
@@ -151,6 +151,8 @@ public:
return _playlist;
}
+ std::list<DCPTimePeriod> reels () const;
+
/** Identifiers for the parts of our state;
used for signalling changes.
*/