diff options
Diffstat (limited to 'src/lib/film_state.h')
| -rw-r--r-- | src/lib/film_state.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/lib/film_state.h b/src/lib/film_state.h index d53c6a969..e58d46b0f 100644 --- a/src/lib/film_state.h +++ b/src/lib/film_state.h @@ -91,8 +91,8 @@ public: void read_metadata (std::string, std::string); Size cropped_size (Size) const; - int dcp_length () const; + std::string dci_name () const; /** Complete path to directory containing the film metadata; must not be relative. @@ -138,6 +138,16 @@ public: int subtitle_offset; float subtitle_scale; + /* DCI naming stuff */ + std::string dci_name_prefix; + std::string audio_language; + std::string subtitle_language; + std::string territory; + std::string rating; + std::string studio; + std::string facility; + std::string package_type; + /* Data which is cached to speed things up */ /** Vector of frame indices for each of our `thumbnails' */ |
