Reflect the fact that the Dolby CP650 volume control apparently works the same as...
authorCarl Hetherington <cth@carlh.net>
Sat, 26 Oct 2013 22:26:54 +0000 (23:26 +0100)
committerCarl Hetherington <cth@carlh.net>
Sat, 26 Oct 2013 22:26:54 +0000 (23:26 +0100)
doc/manual/dcpomatic.xml
src/lib/dolby_cp750.cc

index 1947b1581476bcea08e2caf144cde734e5488927..29c69b44306b284a9da4c1e634de7f0bc8aab3a2 100644 (file)
@@ -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>
 
index 162626ff06435c65998d284d6f9307aa63f15b21..aeb469d293a6e6385b82160e61596b35198b50a1 100644 (file)
@@ -24,7 +24,7 @@
 using namespace std;
 
 DolbyCP750::DolbyCP750 ()
-       : SoundProcessor ("dolby_cp750", _("Dolby CP750"))
+       : SoundProcessor ("dolby_cp750", _("Dolby CP650 and CP750"))
 {
 
 }