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 d422ea1..9ce4563 100644 --- a/encoder_base.c +++ b/encoder_base.c @@ -75,7 +75,8 @@ bool Mb_init( struct Matchfinder_base * const mb, const int num_prev_positions23, const int pos_array_factor, const int ifd ) { - 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; |