From 6cbd50508926459f4b57172e93a0ed8715dce1f9 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 22 Jan 2007 19:47:12 +0000 Subject: I put stuff into the code that shouldn't have been there. Reverts this small statement so its correct again. Thanks paprmh.... Kent --- release/plugins/sequence/blur.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'release/plugins') diff --git a/release/plugins/sequence/blur.c b/release/plugins/sequence/blur.c index e46b3825725..80db53268dc 100644 --- a/release/plugins/sequence/blur.c +++ b/release/plugins/sequence/blur.c @@ -119,10 +119,7 @@ void blurbuf(struct ImBuf *ibuf, int nr, Cast *cast) freeImBuf(tbuf); tbuf = ttbuf; } - if (tbuf->x > x4) { - scaleImBuf(tbuf, ibuf->x, ibuf->y); - break; - } + if(tbuf->x<4 || tbuf->y<4) break; } /* enlarge */ -- cgit v1.2.3