diff options
Diffstat (limited to 'src/lib/ffmpeg_encoder.h')
| -rw-r--r-- | src/lib/ffmpeg_encoder.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_encoder.h b/src/lib/ffmpeg_encoder.h index 687d2981e..d8ffd2c6b 100644 --- a/src/lib/ffmpeg_encoder.h +++ b/src/lib/ffmpeg_encoder.h @@ -39,6 +39,10 @@ public: bool mixdown_to_stereo, bool split_reels, int x264_crf +#ifdef DCPOMATIC_VARIANT_SWAROOP + , boost::optional<dcp::Key> key + , boost::optional<std::string> id +#endif ); void go (); @@ -64,6 +68,10 @@ private: bool three_d, boost::filesystem::path output, std::string extension +#ifdef DCPOMATIC_VARIANT_SWAROOP + , boost::optional<dcp::Key> key + , boost::optional<std::string> id +#endif ); boost::shared_ptr<FFmpegFileEncoder> get (Eyes eyes) const; |
