ffmpeg | branch: master | Timothy Gu <timothyg...@gmail.com> | Sun Feb 14 10:48:24 2016 -0800| [ebf648d490448d511b5fe970d76040169e65ef74] | committer: Timothy Gu
checkasm/vf_blend: Decrease iteration count The test is already slow. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ebf648d490448d511b5fe970d76040169e65ef74 --- tests/checkasm/vf_blend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checkasm/vf_blend.c b/tests/checkasm/vf_blend.c index e14ee78..cfc389b 100644 --- a/tests/checkasm/vf_blend.c +++ b/tests/checkasm/vf_blend.c @@ -27,7 +27,7 @@ #define WIDTH 256 #define HEIGHT 256 -#define BUF_UNITS 9 +#define BUF_UNITS 3 #define SIZE_PER_UNIT (WIDTH * HEIGHT) #define BUF_SIZE (BUF_UNITS * SIZE_PER_UNIT) _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog