[FFmpeg-cvslog] wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.

Anton Khirnov git at videolan.org
Sat Sep 29 15:16:34 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Sep 29 08:37:08 2012 +0200| [4a969030e4d10f3f07fa52436ed3d3c6689694e0] | committer: Anton Khirnov

wmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a969030e4d10f3f07fa52436ed3d3c6689694e0
---

 libavcodec/wmalosslessdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index 56e9aad..8300b17 100644
--- a/libavcodec/wmalosslessdec.c
+++ b/libavcodec/wmalosslessdec.c
@@ -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
 



More information about the ffmpeg-cvslog mailing list