Tidy up test film naming.
[dcpomatic.git] / src / lib / film.h
index d5c7420f866b2f6b47ebd6dc31da47a125838415..59589b325af3a3b0f863689f9e8d88c9cac8dc5e 100644 (file)
@@ -55,11 +55,7 @@ public:
        ~Film ();
 
        std::string j2k_dir () const;
-
        std::vector<std::string> audio_files () const;
-
-       void update_thumbs_pre_gui ();
-       void update_thumbs_post_gui ();
        std::pair<Position, std::string> thumb_subtitle (int) const;
 
        void copy_from_dvd_post_gui ();
@@ -79,7 +75,10 @@ public:
 
        int encoded_frames () const;
        
-private:
+       void set_content (std::string);
+
+private:       
+       
        /** Log to write to */
        Log* _log;