Support CPL metadata.
authorCarl Hetherington <cth@carlh.net>
Fri, 4 Sep 2020 15:24:12 +0000 (17:24 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 23 Sep 2020 09:38:43 +0000 (11:38 +0200)
commitd97029163865e212dc3d7b3c57c16459933a11f6
tree608295da40f4bc8363ffbe947e5b28ccd0bf39de
parent7ab22a7aa171aec36563b8ec0b7c0b69a36094fe
Support CPL metadata.
19 files changed:
src/lib/copy_dcp_details_to_film.cc
src/lib/film.cc
src/lib/film.h
src/lib/util.cc
src/lib/writer.cc
src/wx/content_version_dialog.cc [new file with mode: 0644]
src/wx/content_version_dialog.h [new file with mode: 0644]
src/wx/dcp_panel.cc
src/wx/dcp_panel.h
src/wx/interop_metadata_dialog.cc [new file with mode: 0644]
src/wx/interop_metadata_dialog.h [new file with mode: 0644]
src/wx/language_tag_dialog.cc [new file with mode: 0644]
src/wx/language_tag_dialog.h [new file with mode: 0644]
src/wx/metadata_dialog.cc [deleted file]
src/wx/metadata_dialog.h [deleted file]
src/wx/smpte_metadata_dialog.cc [new file with mode: 0644]
src/wx/smpte_metadata_dialog.h [new file with mode: 0644]
src/wx/wscript
test/import_dcp_test.cc