Mercurial > libavcodec.hg
changeset 3017:1fb6215d621b libavcodec
10l (assertion failure)
author | michael |
---|---|
date | Sat, 07 Jan 2006 03:39:10 +0000 |
parents | 97e6c0f82182 |
children | 1d22fe43aa78 |
files | snow.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }