Remove swaroop variant.
[dcpomatic.git] / src / lib / hints.h
index b74b8bd71df42843909cba2ff98210f2e647ff8d..b5a26998def529d8131d6c8f8c9c8b535baca781 100644 (file)
@@ -48,6 +48,20 @@ private:
        void thread ();
        void hint (std::string h);
        void text (PlayerText text, TextType type, dcpomatic::DCPTimePeriod period);
+       boost::shared_ptr<const Film> film () const;
+
+       void check_big_font_files ();
+       void check_few_audio_channels ();
+       void check_upmixers ();
+       void check_incorrect_container ();
+       void check_unusual_container ();
+       void check_high_j2k_bandwidth ();
+       void check_frame_rate ();
+       void check_speed_up ();
+       void check_vob ();
+       void check_3d_in_2d ();
+       void check_loudness ();
+       void check_ffec_and_ffmc_in_smpte_feature ();
 
        boost::weak_ptr<const Film> _film;
        boost::thread _thread;