From c5b3d91fab31fde4c21e1cc5bb5adb1d6d26fcca Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 3 Jun 2014 14:30:42 +0100 Subject: Include audio mapping in the digest used to distinguish different audio analyses so that the analyses are re-computed when the mapping changes. Reported-by: Matthias Damm --- src/lib/audio_mapping.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/audio_mapping.h') diff --git a/src/lib/audio_mapping.h b/src/lib/audio_mapping.h index 26087bfff..b0b75ac06 100644 --- a/src/lib/audio_mapping.h +++ b/src/lib/audio_mapping.h @@ -56,6 +56,8 @@ public: int content_channels () const { return _content_channels; } + + std::string digest () const; private: void setup (int); -- cgit v1.2.3