X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Faudio_processor.h;h=ca80c92b2436b8a10009236289713614cea5b554;hp=e2f1c48ebf6eefb5aa456de185f014ee7787e8d3;hb=8963f0007af1a312017b9627c18b82ec2a577591;hpb=29f84e2b8785585885e0658bdf9938967547460f diff --git a/src/lib/audio_processor.h b/src/lib/audio_processor.h index e2f1c48eb..ca80c92b2 100644 --- a/src/lib/audio_processor.h +++ b/src/lib/audio_processor.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2015 Carl Hetherington + Copyright (C) 2014-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,21 +18,26 @@ */ + /** @file src/lib/audio_processor.h * @brief AudioProcessor class. */ + #ifndef DCPOMATIC_AUDIO_PROCESSOR_H #define DCPOMATIC_AUDIO_PROCESSOR_H + #include "types.h" #include #include #include + class AudioBuffers; class AudioMapping; + /** @class AudioProcessor * @brief A parent class for processors of audio data. * @@ -70,4 +75,5 @@ private: static std::list _non_experimental; }; + #endif