diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-06 00:49:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-06 00:49:23 +0200 |
| commit | 7560428649a428a4bdc3013f41ae7e8319cd5b42 (patch) | |
| tree | 7720c91ea269d72ff8131c94214602436e686c5d /src/lib/hints.h | |
| parent | 51bb8ac64aabeb5b509ffbaae415900d1b0299bc (diff) | |
Add hint for un-set text languages (#1954).
Diffstat (limited to 'src/lib/hints.h')
| -rw-r--r-- | src/lib/hints.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/hints.h b/src/lib/hints.h index 5fc2e245a..a7e476b2c 100644 --- a/src/lib/hints.h +++ b/src/lib/hints.h @@ -74,6 +74,7 @@ private: void check_loudness (); void check_ffec_and_ffmc_in_smpte_feature (); void check_out_of_range_markers (); + void check_text_languages (); boost::thread _thread; /** This is used to make a partial DCP containing only the subtitles and closed captions that |
