Write more extensive information about frames, and hash the MXF packet rather than...
[dcpomatic.git] / src / lib / film.h
index 7c4c72f7b2689835cc7963b02f80956995c34fc8..5b65a099dc82d760f5f6e342bc6bb19719455bb1 100644 (file)
@@ -60,9 +60,9 @@ public:
        Film (Film const &);
        ~Film ();
 
-       std::string hash_dir () const;
+       std::string info_dir () const;
        std::string j2c_path (int f, bool t) const;
-       std::string hash_path (int f) const;
+       std::string info_path (int f) const;
        std::string video_mxf_dir () const;
        std::string video_mxf_filename () const;