diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-01 00:58:20 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-01 01:13:53 +0100 |
| commit | 18eb8a07ba39a8aad1c75521cee027b9c9c72e40 (patch) | |
| tree | 87e498dbaffdd591eb94fddca315f6ba28756a32 /src/audio/dct.h | |
| parent | 03cd94817097e59a0809b222e0e1e74dd9a8ede7 (diff) | |
clang-format
Diffstat (limited to 'src/audio/dct.h')
| -rw-r--r-- | src/audio/dct.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/dct.h b/src/audio/dct.h index b6b7126..ee3e9b3 100644 --- a/src/audio/dct.h +++ b/src/audio/dct.h @@ -7,5 +7,5 @@ #define DCT_SIZE 512 // Forward declarations -void fdct_512(const float *input, float *output); -void idct_512(const float *input, float *output); +void fdct_512(const float* input, float* output); +void idct_512(const float* input, float* output); |
