# HG changeset patch # User michael # Date 1136605150 0 # Node ID 1fb6215d621bef13399db7be6ef3691730a7a42e # Parent 97e6c0f82182427f69492a644331557b19d5d35d 10l (assertion failure) diff -r 97e6c0f82182 -r 1fb6215d621b snow.c --- a/snow.c Fri Jan 06 19:19:39 2006 +0000 +++ b/snow.c Sat Jan 07 03:39:10 2006 +0000 @@ -4001,7 +4001,7 @@ common_init(avctx); block_size = MB_SIZE >> s->block_max_depth; - slice_buffer_init(&s->sb, s->plane[0].height, (block_size) + (s->spatial_decomposition_count * (s->spatial_decomposition_count + 2)) + 1, s->plane[0].width, s->spatial_dwt_buffer); + slice_buffer_init(&s->sb, s->plane[0].height, (block_size) + (s->spatial_decomposition_count * (s->spatial_decomposition_count + 3)) + 1, s->plane[0].width, s->spatial_dwt_buffer); return 0; }