mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-27 03:39:21 +00:00
checkasm/vf_blend: Decrease iteration count
The test is already slow.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user