diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-01 17:10:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-01 17:10:16 +0200 |
| commit | 4d5d4d96ef3314d3242807c4e610565b769414ee (patch) | |
| tree | bcec645f1970c9959134902df41e75f5b2a8d334 /src/lib/hints.h | |
| parent | 1b348977ecc0a8fa31135bf2d554c3d25bafaa2f (diff) | |
Add hint when no audio language is set (#2033).
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 81a37a3c4..2a5e8d4a0 100644 --- a/src/lib/hints.h +++ b/src/lib/hints.h @@ -78,6 +78,7 @@ private: void check_ffec_and_ffmc_in_smpte_feature (); void check_out_of_range_markers (); void check_text_languages (); + void check_audio_language (); boost::thread _thread; /** This is used to make a partial DCP containing only the subtitles and closed captions that |
