diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-06 22:45:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-06 22:45:34 +0000 |
| commit | 009e4abb14cfcaecc0de8fab179adc7bd5feffd4 (patch) | |
| tree | 00b746d18fa37e7b21e467faf093eb30d3c37280 /src/lib/audio_content.h | |
| parent | e744c96579c26b1be53e1ae2080144d19fb21997 (diff) | |
| parent | 2734637c959928a7d412c709cc3433357418ae03 (diff) | |
Merge branch '2.0' of ssh://main.carlh.net/home/carl/git/dcpomatic into 2.0
Diffstat (limited to 'src/lib/audio_content.h')
| -rw-r--r-- | src/lib/audio_content.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/audio_content.h b/src/lib/audio_content.h index 57085a765..f4a537b30 100644 --- a/src/lib/audio_content.h +++ b/src/lib/audio_content.h @@ -98,6 +98,8 @@ public: boost::mutex::scoped_lock lm (_mutex); return _audio_processor; } + + std::string processing_description () const; private: /** Gain to apply to audio in dB */ |
