summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-16 17:01:32 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-16 17:01:32 +0100
commitd71b3fffa09263a2116b3f91981c1999b4ae873c (patch)
treedbfe582e07062418fc0e48ce3b31a78a5cbd8922 /ChangeLog
parent5dce250808e2371fdbd3e2f21511e789454b788f (diff)
Prevent selection of too few DCP channels (#611).
This makes Film::audio_channels() return a minimum of any active processor's output channel count, even if fewer DCP channels have been selected. It may have been neater code-wise to make Player cope if such a setting is made, but it would probably confuse people if we don't auto-fix it (like this commit does).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 688e933b4..2b0f1fef6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-16 c.hetherington <cth@carlh.net>
+
+ * Prevent selection of fewer DCP channels than
+ are present in the output of an active processor (#611).
+
2015-06-15 Carl Hetherington <cth@carlh.net>
* Select newly-added content (#455).