diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-31 00:51:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-31 00:51:13 +0200 |
| commit | ea57d67cb7c7cd500d34bf783ed23c3dbc66b59b (patch) | |
| tree | 7d7f9f0fe1e1f071140c1c2b10d4137a2b577933 /src/lib/hints.h | |
| parent | 0ed5dfdeb21577f617184a5e6605cc8e9c60a892 (diff) | |
Only warn about a missing text language for subtitles (not closed captions).
I haven't properly checked that closed captions shouldn't have some
language metadata, but the existing GUI code explicitly disallows
setup of a closed caption language.
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 b29b1c0fc..9f8bb6aa7 100644 --- a/src/lib/hints.h +++ b/src/lib/hints.h @@ -80,7 +80,7 @@ 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 (); boost::thread _thread; |
