From d860d9de91607aad3561e087fe83c2290ec5d42c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Jun 2023 19:36:24 +0200 Subject: Fix player audio, almost totally broken by a stupid mistake in 78b2c650a9249cb7165d269b4378391d31e68e8b Following that commit 16 channel audio streams were being read as 6-channel, with unsurprising consequences. --- src/lib/dcp_content.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/dcp_content.h') diff --git a/src/lib/dcp_content.h b/src/lib/dcp_content.h index 96ae09521..fd78cd0ac 100644 --- a/src/lib/dcp_content.h +++ b/src/lib/dcp_content.h @@ -174,6 +174,8 @@ public: return _content_versions; } + int active_audio_channels() const; + void check_font_ids(); private: @@ -225,6 +227,8 @@ private: std::map _markers; std::vector _ratings; std::vector _content_versions; + + boost::optional _active_audio_channels; }; -- cgit v1.2.3