aboutsummaryrefslogtreecommitdiffstats
path: root/src/rm.h
diff options
context:
space:
mode:
authorDaniil Cheredni <dan.cherednik@gmail.com>2024-10-21 21:53:55 +0200
committerDaniil Cherednik <dan.cherednik@gmail.com>2024-11-01 18:21:42 +0100
commitd459470e2d8c1cdfc633584b277505ef03565ab1 (patch)
treeaf7676bd204836e357c1034a8138ce7f472db47c /src/rm.h
parentfe377370c1ae4691a65270123345f225e3159ed8 (diff)
downloadatracdenc-d459470e2d8c1cdfc633584b277505ef03565ab1.tar.gz
Do not use 8bit, 16bit types if do not realy need it.
Diffstat (limited to 'src/rm.h')
-rw-r--r--src/rm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rm.h b/src/rm.h
index 1a1e512..03c8981 100644
--- a/src/rm.h
+++ b/src/rm.h
@@ -20,5 +20,5 @@
#include "compressed_io.h"
-TCompressedOutputPtr CreateRmOutput(const std::string& filename, const std::string& title, uint8_t numChannel,
+TCompressedOutputPtr CreateRmOutput(const std::string& filename, const std::string& title, size_t numChannel,
uint32_t numFrames, uint32_t framesize, bool jointStereo);