diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-10 11:52:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-10 11:52:07 +0000 |
| commit | 1ca0d61534209e4679cead26e0df1886704a3ef8 (patch) | |
| tree | 3231cbac01fc0a46df83c74e42323a9118faff60 /src/wx | |
| parent | 159ef7946644a4af72c51fc15511d250eb00c741 (diff) | |
Put ISDCF name subtitle language in lower case if subs are burnt in.
Diffstat (limited to 'src/wx')
| -rw-r--r-- | src/wx/dcp_panel.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index 10df6bbce..3f4327cf8 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -404,6 +404,7 @@ DCPPanel::film_content_changed (int property) { if (property == AudioContentProperty::AUDIO_STREAMS || property == SubtitleContentProperty::USE_SUBTITLES || + property == SubtitleContentProperty::BURN_SUBTITLES || property == VideoContentProperty::VIDEO_SCALE || property == DCPContentProperty::REFERENCE_VIDEO || property == DCPContentProperty::REFERENCE_AUDIO || |
