diff options
Diffstat (limited to 'encoder_base.c')
-rw-r--r-- | encoder_base.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/encoder_base.c b/encoder_base.c index d666c6e..b62ab98 100644 --- a/encoder_base.c +++ b/encoder_base.c @@ -53,7 +53,8 @@ static bool Mb_init( struct Matchfinder_base * const mb, const int num_prev_positions23, const int pos_array_factor ) { - const int buffer_size_limit = ( dict_factor * dict_size ) + before + after_size; + const int buffer_size_limit = + ( dict_factor * dict_size ) + before + after_size; unsigned size; int i; |