Fix incorrect alpha channel scaling with RGBA64.
[dcpomatic.git] / src / lib / hints.h
index 985fa1910d9b10733b88a4f827687bf11de9455a..0d65edc218bad3455467a24fc1448eb50592bbdd 100644 (file)
@@ -22,7 +22,6 @@
 #include "audio_analyser.h"
 #include "signaller.h"
 #include "player_text.h"
-#include "types.h"
 #include "dcp_text_track.h"
 #include "dcpomatic_time.h"
 #include "weak_film.h"
@@ -59,12 +58,14 @@ private:
        friend struct hint_subtitle_too_early;
 
        void thread ();
+       void scan_content(std::shared_ptr<const Film> film);
        void hint (std::string h);
        void audio (std::shared_ptr<AudioBuffers> audio, dcpomatic::DCPTime time);
        void text (PlayerText text, TextType type, boost::optional<DCPTextTrack> track, dcpomatic::DCPTimePeriod period);
        void closed_caption (PlayerText text, dcpomatic::DCPTimePeriod period);
        void open_subtitle (PlayerText text, dcpomatic::DCPTimePeriod period);
 
+
        void check_certificates ();
        void check_interop ();
        void check_big_font_files ();
@@ -81,8 +82,9 @@ private:
        bool check_loudness ();
        void check_ffec_and_ffmc_in_smpte_feature ();
        void check_out_of_range_markers ();
-       void check_text_languages ();
+       void check_subtitle_languages();
        void check_audio_language ();
+       void check_8_or_16_audio_channels();
 
        boost::thread _thread;
        /** This is used to make a partial DCP containing only the subtitles and closed captions that