diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-16 17:01:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-16 17:01:32 +0100 |
| commit | d71b3fffa09263a2116b3f91981c1999b4ae873c (patch) | |
| tree | dbfe582e07062418fc0e48ce3b31a78a5cbd8922 /ChangeLog | |
| parent | 5dce250808e2371fdbd3e2f21511e789454b788f (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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). |
