X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fffmpeg_encoder.h;h=4bd264c8bdf6a760cdb251d3b4950557632b8e68;hp=df2dcfcc866f5a7535c697274244dd4a3a02d6fa;hb=010a6240453384e35d4aa848af00ed58244fe16d;hpb=1d73cca7a3adfc4d64a2529e3f6e8c7b6d6cc38d diff --git a/src/lib/ffmpeg_encoder.h b/src/lib/ffmpeg_encoder.h index df2dcfcc8..4bd264c8b 100644 --- a/src/lib/ffmpeg_encoder.h +++ b/src/lib/ffmpeg_encoder.h @@ -38,6 +38,7 @@ public: ExportFormat format, bool mixdown_to_stereo, bool split_reels, + bool audio_stream_per_channel, int x264_crf #ifdef DCPOMATIC_VARIANT_SWAROOP , boost::optional key @@ -64,6 +65,7 @@ private: int audio_frame_rate, int channels, ExportFormat, + bool audio_stream_per_channel, int x264_crf, bool three_d, boost::filesystem::path output,