aboutsummaryrefslogtreecommitdiffstats
path: root/src/atrac/atrac3.h
diff options
context:
space:
mode:
authorDaniil Cherednik <dan.cherednik@gmail.com>2025-01-05 00:30:02 +0100
committerDaniil Cherednik <dan.cherednik@gmail.com>2025-01-05 02:57:14 +0100
commit0fe8e1a0d1a495e41a281f54af31d6713c0de01d (patch)
tree61a81b18a99e24b4bac1a53a400d27974f895227 /src/atrac/atrac3.h
parent74d6e04c21bddd435bd74c34dbe027b883772a76 (diff)
downloadatracdenc-0fe8e1a0d1a495e41a281f54af31d6713c0de01d.tar.gz
Simplify scaler code reusage.
Diffstat (limited to 'src/atrac/atrac3.h')
-rw-r--r--src/atrac/atrac3.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/atrac/atrac3.h b/src/atrac/atrac3.h
index 103f6fc..ba14773 100644
--- a/src/atrac/atrac3.h
+++ b/src/atrac/atrac3.h
@@ -52,6 +52,13 @@ inline bool operator> (const TContainerParams& x, const unsigned int y)
class TAtrac3Data {
public:
+ class TBlockSizeMod {
+ public:
+ constexpr bool ShortWin(uint8_t) const noexcept {
+ return false;
+ }
+ };
+
static constexpr uint8_t MaxBfus = 32;
static constexpr uint32_t NumSamples = 1024;