X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Faudio_content.h;h=f4a537b300258339773bf5f70d54e05786665233;hb=6bf1fecd1064978bcadd11b8cd56a5b8d9a132a3;hp=57085a7651bcc285c9b32618cc768f36fc5cce33;hpb=f90d74f7a0382f0dc63eef81bd553d7a7b38edb2;p=dcpomatic.git 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 */