changeset 5661:5da86360c38b libavcodec

remove ()
author michael
date Sun, 09 Sep 2007 12:25:12 +0000
parents cd95f83ac235
children 77297fe0311c
files snow.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/snow.c	Sun Sep 09 12:24:45 2007 +0000
+++ b/snow.c	Sun Sep 09 12:25:12 2007 +0000
@@ -4406,7 +4406,7 @@
 
     block_size = MB_SIZE >> s->block_max_depth;
 
-    slice_buffer_init(&s->sb, s->plane[0].height, (block_size) + (s->spatial_decomposition_count * 8) + 1, s->plane[0].width, s->spatial_idwt_buffer);
+    slice_buffer_init(&s->sb, s->plane[0].height, block_size + s->spatial_decomposition_count * 8 + 1, s->plane[0].width, s->spatial_idwt_buffer);
     return 0;
 }