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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 4d2819be3..07764dac8 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -62,7 +62,8 @@ public:
std::string hash_dir () const;
std::string j2c_path (int f, bool t) const;
std::string hash_path (int f) const;
- std::string video_mxf_path () const;
+ std::string video_mxf_dir () const;
+ std::string video_mxf_filename () const;
void examine_content ();
void send_dcp_to_tms ();