X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fffmpeg_file_encoder.h;h=08fc4778b4d6bb7fe2f45f3e99a5104b91b1fef3;hb=a332bd6be323f03dad5b180fb237afe54f1bf81e;hp=1c23d59027c0359f5bb670ad52db2a407e574305;hpb=010a6240453384e35d4aa848af00ed58244fe16d;p=dcpomatic.git diff --git a/src/lib/ffmpeg_file_encoder.h b/src/lib/ffmpeg_file_encoder.h index 1c23d5902..08fc4778b 100644 --- a/src/lib/ffmpeg_file_encoder.h +++ b/src/lib/ffmpeg_file_encoder.h @@ -47,12 +47,10 @@ public: bool audio_stream_per_channel, int x264_crf, boost::filesystem::path output -#ifdef DCPOMATIC_VARIANT_SWAROOP - , boost::optional key - , boost::optional id -#endif ); + ~FFmpegFileEncoder (); + void video (boost::shared_ptr, dcpomatic::DCPTime); void audio (boost::shared_ptr); void subtitle (PlayerText, dcpomatic::DCPTimePeriod);