[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec snow.c,1.75,1.76

Michael Niedermayer CVS michael
Sat Jan 7 04:39:12 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv20247

Modified Files:
	snow.c 
Log Message:
10l (assertion failure)


Index: snow.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/snow.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- snow.c	4 Jan 2006 22:34:11 -0000	1.75
+++ snow.c	7 Jan 2006 03:39:10 -0000	1.76
@@ -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;
 }





More information about the ffmpeg-cvslog mailing list