Emit no audio from DCPs if none is mapped
[dcpomatic.git] / src / lib / create_cli.h
index ee15fb0b8565139c42d00a419ccb99cc31935103..782aaf97478d10e01063c0373229657af1fd0583 100644 (file)
@@ -68,7 +68,7 @@ private:
        bool _twod = false;
        bool _threed = false;
        DCPContentType const* _dcp_content_type = nullptr;
-       dcp::Standard _standard = dcp::Standard::SMPTE;
+       boost::optional<dcp::Standard> _standard;
        bool _no_use_isdcf_name = false;
        bool _twok = false;
        bool _fourk = false;