summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-07 23:41:15 +0200
committerCarl Hetherington <cth@carlh.net>2020-11-20 21:44:14 +0100
commitfd175df6015e0e57d098f7f60740b9fdef661ba7 (patch)
tree7ee48c4c23797480608d7a3c0d9f92ca4d6d1afc
parent402fa9a3577975e9cf9728c815da1b17796fe325 (diff)
Try to enable all streams in MOV exports.
This is a speculative fix which I haven't tested.
-rw-r--r--src/lib/ffmpeg_file_encoder.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_file_encoder.cc b/src/lib/ffmpeg_file_encoder.cc
index 05b6b7fe5..9a3c434d4 100644
--- a/src/lib/ffmpeg_file_encoder.cc
+++ b/src/lib/ffmpeg_file_encoder.cc
@@ -80,6 +80,7 @@ public:
}
_stream->id = stream_index;
+ _stream->disposition |= AV_DISPOSITION_DEFAULT;
DCPOMATIC_DISABLE_WARNINGS
_stream->codec = _codec_context;
DCPOMATIC_ENABLE_WARNINGS