diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-11-29 21:04:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-11-30 22:18:51 +0100 |
| commit | 5db5da477ce02166481d79df322bbfb7abc8f24c (patch) | |
| tree | f2858f605a05d87a0e4a2e4bea77d6d66d6d4f7f /src/lib/film.h | |
| parent | 052abf06a9fed23f61eaa934ac0e8662bbe142ce (diff) | |
Fix mis-handling of reels with Atmos content (#2901).v2.17.26
We must have reel boundaries at least on Atmos content boundaries as I
don't know for sure how to insert silence into an Atmos stream.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 815c6ae74..8718e8f7d 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -502,6 +502,7 @@ private: void maybe_set_container_and_resolution (); void set_dirty (bool dirty); void write_ui_state() const; + void check_reel_boundaries_for_atmos(); /** Log to write to */ std::shared_ptr<Log> _log; |
