From 4d11fe7cea71b0564df9a21a3cc706509d12b0d1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 15 Jul 2019 01:31:20 +0100 Subject: swaroop: beginnings of DCP -> ecinema support. --- src/lib/ffmpeg_file_encoder.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/ffmpeg_file_encoder.h') 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 extern "C" { #include #include @@ -41,6 +42,10 @@ public: ExportFormat, int x264_crf, boost::filesystem::path output +#ifdef DCPOMATIC_VARIANT_SWAROOP + , boost::optional key + , boost::optional id +#endif ); void video (boost::shared_ptr, dcpomatic::DCPTime); -- cgit v1.2.3