From 01013f297f031b8ecb38826f363f6f5cc548a5f6 Mon Sep 17 00:00:00 2001 From: Unofficial Date: Tue, 5 May 2015 08:31:57 -0400 Subject: [PATCH] update 'compr_gapless_mdata' structure --- include/tinycompress/tinycompress.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tinycompress/tinycompress.h b/include/tinycompress/tinycompress.h index 9f95b87..3cf5b82 100644 --- a/include/tinycompress/tinycompress.h +++ b/include/tinycompress/tinycompress.h @@ -74,6 +74,8 @@ struct compr_config { struct compr_gapless_mdata { __u32 encoder_delay; __u32 encoder_padding; + __u32 min_blk_size; + __u32 max_blk_size; }; #define COMPRESS_OUT 0x20000000