diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-15 01:31:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-15 01:31:20 +0100 |
| commit | 4d11fe7cea71b0564df9a21a3cc706509d12b0d1 (patch) | |
| tree | b44b7982aad19aafe31225f4ddbc2461bc974f11 /src/lib/ffmpeg_file_encoder.h | |
| parent | 2fc2c321a45f9cfb1d1e09989f346ee6d44c0fa4 (diff) | |
swaroop: beginnings of DCP -> ecinema support.v2.15.12
Diffstat (limited to 'src/lib/ffmpeg_file_encoder.h')
| -rw-r--r-- | src/lib/ffmpeg_file_encoder.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_file_encoder.h b/src/lib/ffmpeg_file_encoder.h index 5308947e6..d763c7eaf 100644 --- a/src/lib/ffmpeg_file_encoder.h +++ b/src/lib/ffmpeg_file_encoder.h @@ -25,6 +25,7 @@ #include "event_history.h" #include "audio_mapping.h" #include "log.h" +#include <dcp/key.h> extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> @@ -41,6 +42,10 @@ public: ExportFormat, int x264_crf, boost::filesystem::path output +#ifdef DCPOMATIC_VARIANT_SWAROOP + , boost::optional<dcp::Key> key + , boost::optional<std::string> id +#endif ); void video (boost::shared_ptr<PlayerVideo>, dcpomatic::DCPTime); |
