diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-04 17:24:12 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 21:56:50 +0200 |
| commit | acee88762b4588c746f93dec3f210283589bb2fc (patch) | |
| tree | 42cb818a671fb90f070d1076a396d1682ce5454c /src/wx/dcp_panel.h | |
| parent | 84f34d497d26270753a76fb323231f4ece9ff18d (diff) | |
Support CPL metadata.cpl-metadata
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index 7a7d13897..465104c74 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -36,7 +36,8 @@ class wxGridBagSizer; class AudioDialog; class MarkersDialog; -class MetadataDialog; +class InteropMetadataDialog; +class SMPTEMetadataDialog; class Film; class FilmViewer; class Ratio; @@ -148,7 +149,8 @@ private: AudioDialog* _audio_dialog; MarkersDialog* _markers_dialog; - MetadataDialog* _metadata_dialog; + InteropMetadataDialog* _interop_metadata_dialog; + SMPTEMetadataDialog* _smpte_metadata_dialog; boost::shared_ptr<Film> _film; boost::weak_ptr<FilmViewer> _viewer; |
