mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.
This commit is contained in:
parent
b631e4ed64
commit
4a969030e4
@ -38,7 +38,7 @@
|
||||
#define MAX_ORDER 256
|
||||
|
||||
#define WMALL_BLOCK_MIN_BITS 6 ///< log2 of min block size
|
||||
#define WMALL_BLOCK_MAX_BITS 12 ///< log2 of max block size
|
||||
#define WMALL_BLOCK_MAX_BITS 14 ///< log2 of max block size
|
||||
#define WMALL_BLOCK_MAX_SIZE (1 << WMALL_BLOCK_MAX_BITS) ///< maximum block size
|
||||
#define WMALL_BLOCK_SIZES (WMALL_BLOCK_MAX_BITS - WMALL_BLOCK_MIN_BITS + 1) ///< possible block sizes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user