aboutsummaryrefslogtreecommitdiffstats
path: root/src/at3.h
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2024-11-02 22:21:52 +0100
committerDaniil Cherednik <dan.cherednik@gmail.com>2024-11-02 22:21:52 +0100
commitbf225b16dd73d19281970cfc6be76311f0fbf3a6 (patch)
tree6b8ba99623405dbdd7b37d4062272cfd1e7ccb21 /src/at3.h
parent57ba306db046601b96b5a1943e63574a37c5e96c (diff)
parentd459470e2d8c1cdfc633584b277505ef03565ab1 (diff)
downloadatracdenc-bf225b16dd73d19281970cfc6be76311f0fbf3a6.tar.gz
Merge branch 'master' into new_psy
Diffstat (limited to 'src/at3.h')
-rw-r--r--src/at3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/at3.h b/src/at3.h
index 85f7a9e..66842fc 100644
--- a/src/at3.h
+++ b/src/at3.h
@@ -21,5 +21,5 @@
#include "compressed_io.h"
TCompressedOutputPtr
-CreateAt3Output(const std::string& filename, uint8_t numChannel,
+CreateAt3Output(const std::string& filename, size_t numChannel,
uint32_t numFrames, uint32_t framesize, bool jointStereo);