diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-26 23:26:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-26 23:26:54 +0100 |
| commit | 300662c37a72f9e0bff67d515e33c21dbcf6efa1 (patch) | |
| tree | 3911881fdbffe9a225f56b8b53f435dabc240f59 | |
| parent | e208eb52ee78b148165565649d34518d1331bbb9 (diff) | |
Reflect the fact that the Dolby CP650 volume control apparently works the same as the 750.
| -rw-r--r-- | doc/manual/dcpomatic.xml | 6 | ||||
| -rw-r--r-- | src/lib/dolby_cp750.cc | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual/dcpomatic.xml b/doc/manual/dcpomatic.xml index 1947b1581..29c69b443 100644 --- a/doc/manual/dcpomatic.xml +++ b/doc/manual/dcpomatic.xml @@ -780,9 +780,9 @@ your sound-rack fader. </para> <para> -Current versions of DCP-o-matic only know about the Dolby CP750. If -you use a different sound processor, and know the gain curve of its -volume control, <ulink url="mailto:cth@carlh.net">get in +Current versions of DCP-o-matic only know about the Dolby CP650 and +CP750. If you use a different sound processor, and know the gain +curve of its volume control, <ulink url="mailto:carl@dcpomatic.com">get in touch</ulink>. </para> diff --git a/src/lib/dolby_cp750.cc b/src/lib/dolby_cp750.cc index 162626ff0..aeb469d29 100644 --- a/src/lib/dolby_cp750.cc +++ b/src/lib/dolby_cp750.cc @@ -24,7 +24,7 @@ using namespace std; DolbyCP750::DolbyCP750 () - : SoundProcessor ("dolby_cp750", _("Dolby CP750")) + : SoundProcessor ("dolby_cp750", _("Dolby CP650 and CP750")) { } |
