Cleanup: make things a little clearer.
[dcpomatic.git] / src / lib / piece.h
index 41b9aa2dcc87ae5ca01bc9eac79063de1aa9740c..9fd53748d42f4a83c3b40365623fe5fc5fe2d935 100644 (file)
@@ -45,6 +45,7 @@ public:
        std::shared_ptr<Content> content;
        std::shared_ptr<Decoder> decoder;
        std::vector<dcpomatic::DCPTimePeriod> ignore_video;
+       std::vector<dcpomatic::DCPTimePeriod> ignore_atmos;
        FrameRateChange frc;
        bool done;
 };