summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-04-03 02:02:53 +0200
committerCarl Hetherington <cth@carlh.net>2021-04-04 20:48:35 +0200
commit4b8b74ae8ae721f2fbf317f1d7ce5be6048ae1b0 (patch)
tree657138b1d1254363719f674230bb41b26d2cd311 /src/wx/dcp_panel.cc
parent8d9e73b753ed51067d93aa377bb24400ff22936e (diff)
Move chain to the Interop/SMPTE metadata.
Diffstat (limited to 'src/wx/dcp_panel.cc')
-rw-r--r--src/wx/dcp_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc
index 1213fe1fa..a6f4d53c0 100644
--- a/src/wx/dcp_panel.cc
+++ b/src/wx/dcp_panel.cc
@@ -456,6 +456,7 @@ DCPPanel::film_changed (Film::Property p)
case Film::Property::PRE_RELEASE:
case Film::Property::RED_BAND:
case Film::Property::TWO_D_VERSION_OF_THREE_D:
+ case Film::Property::CHAIN:
setup_dcp_name ();
break;
default: