diff options
Diffstat (limited to 'src/lib/atmos_mxf_content.cc')
| -rw-r--r-- | src/lib/atmos_mxf_content.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/atmos_mxf_content.cc b/src/lib/atmos_mxf_content.cc index a1d2235de..eaee34ffd 100644 --- a/src/lib/atmos_mxf_content.cc +++ b/src/lib/atmos_mxf_content.cc @@ -123,6 +123,10 @@ AtmosMXFContent::approximate_length () const bool AtmosMXFContent::can_reuse(shared_ptr<const Film> film) const { + if (film->encrypted()) { + return false; + } + auto atmos_period = period(film); /* Check that this content has been trimmed by an exact number of video frames, |
