X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdolby_cp750.h;h=92f8ec4463dcb3799fd7ab3e98b665b64a783f17;hb=ff639b3cf30afcc097bfd21d39c8d15f466cadd6;hp=3a8fcf6c7af907c2dc2f5688be084f790ceacc2b;hpb=3828baf56467224f5d44049bf1e7a7ed11f43a05;p=dcpomatic.git diff --git a/src/lib/dolby_cp750.h b/src/lib/dolby_cp750.h index 3a8fcf6c7..92f8ec446 100644 --- a/src/lib/dolby_cp750.h +++ b/src/lib/dolby_cp750.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,16 +18,17 @@ */ + /** @file src/lib/dolby_cp750.h * @brief DolbyCP750 class. */ + #include "cinema_sound_processor.h" + class DolbyCP750 : public CinemaSoundProcessor { public: DolbyCP750 (); - - float db_for_fader_change (float from, float to) const; };