X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fhints.h;h=7a907462562687ab74e6e5eb2daf85e8c286b4e2;hp=b74b8bd71df42843909cba2ff98210f2e647ff8d;hb=b78068f34be9adfa7a9018643d46e3917f132070;hpb=a2ceaa313a2b8ba28516c935f7f8b82d69957b77 diff --git a/src/lib/hints.h b/src/lib/hints.h index b74b8bd71..7a9074625 100644 --- a/src/lib/hints.h +++ b/src/lib/hints.h @@ -48,6 +48,19 @@ private: void thread (); void hint (std::string h); void text (PlayerText text, TextType type, dcpomatic::DCPTimePeriod period); + boost::shared_ptr 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 (); boost::weak_ptr _film; boost::thread _thread;