summaryrefslogtreecommitdiff
path: root/src/audio/dct.h
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-03-05 22:55:56 +0100
committerskal <pascal.massimino@gmail.com>2026-03-05 22:55:56 +0100
commit34afbd6ca21d2b960573d787e6eae46fa86b200e (patch)
tree08450aeff4c67fb300428e705910265e6cd59943 /src/audio/dct.h
parent35c9ebb0a7ce0e726f631a2b04bb26098926cfab (diff)
style: run clang-format to adhere to coding style
Diffstat (limited to 'src/audio/dct.h')
-rw-r--r--src/audio/dct.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/dct.h b/src/audio/dct.h
index ca423c2..a44bb15 100644
--- a/src/audio/dct.h
+++ b/src/audio/dct.h
@@ -4,9 +4,9 @@
#pragma once
-#define DCT_SIZE 512
+#define DCT_SIZE 512
#define OLA_HOP_SIZE 256
-#define OLA_OVERLAP 256
+#define OLA_OVERLAP 256
// Forward declarations
void fdct_512(const float* input, float* output);