diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-21 23:29:35 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-21 23:29:35 +0200 |
| commit | 0717e1ca56bbf5334d56e45940ebdaba05506986 (patch) | |
| tree | a177d073b0e0a3d4919cb2c35b692c183d9d3eab /src/lib/film.cc | |
| parent | 56062db51268e35bb65e1584d8e0b45fffae65dd (diff) | |
Hackshigher-hz
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 754c7c850..1d062fb09 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -1985,6 +1985,7 @@ Film::reels_for_type(ReelType type) const switch (type) { case ReelType::SINGLE: + std::cout << "reels end " << len.to_string() << "\n"; periods.emplace_back(DCPTime(), len); break; case ReelType::BY_VIDEO_CONTENT: |
