From c38754401b95642b5e61fd273c2adf7d76a829fe Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 7 Aug 2023 18:22:15 +1000 Subject: Downscaling working! --- src/codecs/include/codec.hpp | 2 +- src/codecs/sample.cpp | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'src/codecs') diff --git a/src/codecs/include/codec.hpp b/src/codecs/include/codec.hpp index f260aca4..32ebef69 100644 --- a/src/codecs/include/codec.hpp +++ b/src/codecs/include/codec.hpp @@ -16,8 +16,8 @@ #include #include -#include "sample.hpp" #include "result.hpp" +#include "sample.hpp" #include "span.hpp" #include "types.hpp" diff --git a/src/codecs/sample.cpp b/src/codecs/sample.cpp index 7bf14197..a1fe9bfd 100644 --- a/src/codecs/sample.cpp +++ b/src/codecs/sample.cpp @@ -268,8 +268,7 @@ void foconv(int* src, uint8_t* dst, int bits, int skip, int count) { } } } - - - } - -} + +} // namespace sample + +} // namespace audio -- cgit v1.2.3