diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-05-13 16:08:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-13 16:08:33 +0100 |
| commit | 257fce15e8b4dfa112d039e7888e3ec04e523198 (patch) | |
| tree | 3afe5047010bb71aaa3851ef3b2f438509bccad3 /src/wx/swaroop_controls.h | |
| parent | 5de2fd90b92829cea8ab297c6fce81c582332cb7 (diff) | |
swaroop: basics of encrypted MP4 playback.
Diffstat (limited to 'src/wx/swaroop_controls.h')
| -rw-r--r-- | src/wx/swaroop_controls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/swaroop_controls.h b/src/wx/swaroop_controls.h index 8400d8cdb..1f740d228 100644 --- a/src/wx/swaroop_controls.h +++ b/src/wx/swaroop_controls.h @@ -21,6 +21,7 @@ #include "controls.h" class DCPContent; +class EncryptedECinemaKDM; class SwaroopControls : public Controls { @@ -61,6 +62,7 @@ private: boost::optional<dcp::EncryptedKDM> get_kdm_from_url (boost::shared_ptr<DCPContent> dcp); boost::optional<dcp::EncryptedKDM> get_kdm_from_directory (boost::shared_ptr<DCPContent> dcp); + boost::optional<EncryptedECinemaKDM> get_kdm_from_directory (boost::shared_ptr<FFmpegContent> ffmpeg); wxButton* _play_button; wxButton* _pause_button; |
