summaryrefslogtreecommitdiff
path: root/src/lib/piece.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-02-10 00:38:33 +0100
committerCarl Hetherington <cth@carlh.net>2023-02-10 10:31:15 +0100
commit3a9265b3f824bde609ec3f16a853b7c69c11877d (patch)
treed86a970d83ec149692f7751537757a4147090640 /src/lib/piece.h
parent46a1e43f9e3f03565536419afc8137c64d5681c0 (diff)
Ignore overlapping ATMOS data in the same way that we ignore video (#2429).
Diffstat (limited to 'src/lib/piece.h')
-rw-r--r--src/lib/piece.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/piece.h b/src/lib/piece.h
index 41b9aa2dc..9fd53748d 100644
--- a/src/lib/piece.h
+++ b/src/lib/piece.h
@@ -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;
};