Support CPL metadata. cpl-metadata
authorCarl Hetherington <cth@carlh.net>
Fri, 4 Sep 2020 15:24:12 +0000 (17:24 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 21 Sep 2020 19:56:50 +0000 (21:56 +0200)
commitacee88762b4588c746f93dec3f210283589bb2fc
tree42cb818a671fb90f070d1076a396d1682ce5454c
parent84f34d497d26270753a76fb323231f4ece9ff18d
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