try to fix fpc codec

This commit is contained in:
Anton Popov 2022-06-16 03:41:09 +02:00 committed by GitHub
parent 6fdba20b13
commit 92b7b9789a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ protected:
bool isGenericCompression() const override { return false; }
private:
static constexpr UInt32 HEADER_SIZE = 3;
static constexpr UInt32 HEADER_SIZE = 2;
// below members are used by compression, decompression ignores them:
const UInt8 float_width; // size of uncompressed float in bytes