Hack to enable all streams in MOV exports; don't know if it works. enable-mov-audio-streams
authorCarl Hetherington <cth@carlh.net>
Fri, 7 Aug 2020 21:41:15 +0000 (23:41 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 13 Sep 2020 22:59:10 +0000 (00:59 +0200)
src/lib/ffmpeg_file_encoder.cc

index 511730185716ddba8368b828f76228f775d5eeba..917b853560368592f84ba77a42824db7a8a0b826 100644 (file)
@@ -80,6 +80,7 @@ public:
                }
 
                _stream->id = stream_index;
+               _stream->disposition |= AV_DISPOSITION_DEFAULT;
 DCPOMATIC_DISABLE_WARNINGS
                _stream->codec = _codec_context;
 DCPOMATIC_ENABLE_WARNINGS