diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-04-12 11:33:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-04-12 11:33:08 +0200 |
| commit | 0373571e06742ee73376a59fd91ce3e0099d4a15 (patch) | |
| tree | 75654531a06524f30887ca964dd1904ab5e434db /src/lib/hints.h | |
| parent | 3dcabe8d9c7d82f6be4790fd68db62188ce64710 (diff) | |
Hint about problems with alpha channels (#3014).
Diffstat (limited to 'src/lib/hints.h')
| -rw-r--r-- | src/lib/hints.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hints.h b/src/lib/hints.h index 0d6605e25..49fd32ea9 100644 --- a/src/lib/hints.h +++ b/src/lib/hints.h @@ -66,7 +66,6 @@ private: void closed_caption(PlayerText text, dcpomatic::DCPTimePeriod period); void open_subtitle(PlayerText text, dcpomatic::DCPTimePeriod period); - void check_certificates(); void check_interop(); void check_video_encoding(); @@ -87,6 +86,7 @@ private: void check_subtitle_languages(); void check_audio_language(); void check_8_or_16_audio_channels(); + void check_video_alpha(); boost::thread _thread; /** This is used to make a partial DCP containing only the subtitles and closed captions that |
