Slight hack to reduce the chance of config files looking different
[dcpomatic.git] / src / lib / film.cc
index 7720249021eeaa0dd5bd3265b0db72c6ffe65788..a51ec0ad9ac58f35a3b49724fc588437ec44b794 100644 (file)
@@ -1800,6 +1800,10 @@ Film::reels () const
                                last = t;
                        }
                }
+
+               if (!p.empty()) {
+                       p.back().to = split_points.back();
+               }
                break;
        }
        case ReelType::BY_LENGTH: