diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-07 22:15:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-07 22:15:01 +0200 |
| commit | 7bc2134d658778e04f1756c255e604b4ab5a5831 (patch) | |
| tree | b5ba51f2534604a6528fbbb130fd0cfca7d6fb70 /src/lib/upmixer_a.h | |
| parent | a771a806291243760552988a1a7a5742bc007ee2 (diff) | |
Assorted C++11/formatting cleanups.
Diffstat (limited to 'src/lib/upmixer_a.h')
| -rw-r--r-- | src/lib/upmixer_a.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/upmixer_a.h b/src/lib/upmixer_a.h index 984b08095..b357616ef 100644 --- a/src/lib/upmixer_a.h +++ b/src/lib/upmixer_a.h @@ -18,13 +18,16 @@ */ + /** @file src/lib/upmixer_a.h * @brief UpmixerA class. */ + #include "audio_processor.h" #include "audio_filter.h" + /** @class UpmixerA * @brief Stereo to 5.1 upmixer algorithm by Gérald Maruccia. */ |
