diff options
author | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-01-25 23:50:51 +0000 |
---|---|---|
committer | Daniil Cherednik <dan.cherednik@gmail.com> | 2025-01-25 23:50:51 +0000 |
commit | 0696e23b2beef4a5525acd5a7013c7d1f3fd2f8e (patch) | |
tree | ae164a3e91a60eb51216239c6aeacc57accb39de /src/atrac/atrac3.h | |
parent | 7733e7f22330dacb315c0df003446fbe9c22d6ba (diff) | |
parent | 0fe8e1a0d1a495e41a281f54af31d6713c0de01d (diff) | |
download | atracdenc-at3plus-dev.tar.gz |
Merge branch 'master' into at3plus-devat3plus-dev
Diffstat (limited to 'src/atrac/atrac3.h')
-rw-r--r-- | src/atrac/atrac3.h | 7 |
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; |