projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e50ed0b
)
Fix some places where update_standards() is missing.
author
Carl Hetherington
<cth@carlh.net>
Sat, 18 Jan 2025 17:53:13 +0000
(18:53 +0100)
committer
Carl Hetherington
<cth@carlh.net>
Sat, 18 Jan 2025 17:53:13 +0000
(18:53 +0100)
src/wx/dcp_panel.cc
patch
|
blob
|
history
diff --git
a/src/wx/dcp_panel.cc
b/src/wx/dcp_panel.cc
index 02ca0c622e0e3fd8e0845416351823f802222d93..5a8d49e0224d2ebdf62316453ea6a87428eda2aa 100644
(file)
--- a/
src/wx/dcp_panel.cc
+++ b/
src/wx/dcp_panel.cc
@@
-449,6
+449,7
@@
DCPPanel::film_changed(FilmProperty p)
checked_set (_reencode_j2k, _film->reencode_j2k());
break;
case FilmProperty::INTEROP:
+ update_standards();
set_standard();
setup_dcp_name ();
_markers->Enable (!_film->interop());
@@
-460,6
+461,7
@@
DCPPanel::film_changed(FilmProperty p)
film_changed(FilmProperty::VIDEO_BIT_RATE);
break;
case FilmProperty::LIMIT_TO_SMPTE_BV20:
+ update_standards();
set_standard();
break;
case FilmProperty::AUDIO_PROCESSOR: