diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-31 19:38:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-31 19:38:28 +0100 |
| commit | 5d0f01f04f85280a562ac9da8f58ad0c3489f7aa (patch) | |
| tree | 7b7639d407e2c2b475cdfe21669831584bc70851 /src/lib/util.cc | |
| parent | 75be8cbd1d3307ea62fe8e79543ca518f4ee7bc2 (diff) | |
Basic support for calculating audio gains based on the sound processor's gain curve.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 5106f3182..1ab8c1e65 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -54,6 +54,7 @@ extern "C" { #include "filter.h" #include "screen.h" #include "film_state.h" +#include "sound_processor.h" #ifndef DVDOMATIC_DISABLE_PLAYER #include "player_manager.h" #endif @@ -386,6 +387,7 @@ dvdomatic_setup () DCPContentType::setup_dcp_content_types (); Scaler::setup_scalers (); Filter::setup_filters (); + SoundProcessor::setup_sound_processors (); #ifdef DVDOMATIC_POSIX struct sigaction sa; |
