Remove swaroop variant.
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.h
index 1c23d59027c0359f5bb670ad52db2a407e574305..08fc4778b4d6bb7fe2f45f3e99a5104b91b1fef3 100644 (file)
@@ -47,12 +47,10 @@ public:
                bool audio_stream_per_channel,
                int x264_crf,
                boost::filesystem::path output
-#ifdef DCPOMATIC_VARIANT_SWAROOP
-               , boost::optional<dcp::Key> key
-               , boost::optional<std::string> id
-#endif
                );
 
+       ~FFmpegFileEncoder ();
+
        void video (boost::shared_ptr<PlayerVideo>, dcpomatic::DCPTime);
        void audio (boost::shared_ptr<AudioBuffers>);
        void subtitle (PlayerText, dcpomatic::DCPTimePeriod);