summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-05 18:32:59 +0200
committerCarl Hetherington <cth@carlh.net>2020-08-05 21:46:44 +0200
commit010a6240453384e35d4aa848af00ed58244fe16d (patch)
treedd95b63a5f949fada976d072807fdf4b8e2edc9f /src/tools
parent1d73cca7a3adfc4d64a2529e3f6e8c7b6d6cc38d (diff)
Allow export with one audio stream per channel.v2.15.95
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc
index 3680e2802..1a6c1195c 100644
--- a/src/tools/dcpomatic.cc
+++ b/src/tools/dcpomatic.cc
@@ -966,7 +966,7 @@ private:
} else {
job->set_encoder (
shared_ptr<FFmpegEncoder> (
- new FFmpegEncoder (_film, job, d->path(), d->format(), d->mixdown_to_stereo(), d->split_reels(), d->x264_crf()
+ new FFmpegEncoder (_film, job, d->path(), d->format(), d->mixdown_to_stereo(), d->split_reels(), d->split_streams(), d->x264_crf()
#ifdef DCPOMATIC_VARIANT_SWAROOP
, optional<dcp::Key>(), optional<string>()
#endif