summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-12-16 10:52:01 +0000
committerCarl Hetherington <cth@carlh.net>2016-12-16 10:52:01 +0000
commit729fb3e47d4fb6b766bafdaf88ae7dd6b88ab196 (patch)
tree11b6bab8c28af3f3be73f1bec7aa918351b1be15 /src
parentf11332e9b7c6ce801e54e9ce568dd5a10e71a7a4 (diff)
For testing: add KDM formulation which omits AuthorizedDeviceInfo.
Diffstat (limited to 'src')
-rw-r--r--src/wx/kdm_output_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.cc b/src/wx/kdm_output_panel.cc
index f61c3668b..3919e6ceb 100644
--- a/src/wx/kdm_output_panel.cc
+++ b/src/wx/kdm_output_panel.cc
@@ -38,6 +38,7 @@ KDMOutputPanel::KDMOutputPanel (wxWindow* parent, bool interop)
add_label_to_sizer (table, this, _("KDM type"), true);
_type = new wxChoice (this, wxID_ANY);
_type->Append ("Modified Transitional 1", ((void *) dcp::MODIFIED_TRANSITIONAL_1));
+ _type->Append ("Modified Transitional 1 (without AuthorizedDeviceInfo)", ((void *) dcp::MODIFIED_TRANSITIONAL_TEST));
if (!interop) {
_type->Append ("DCI Any", ((void *) dcp::DCI_ANY));
_type->Append ("DCI Specific", ((void *) dcp::DCI_SPECIFIC));