You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-09-16 08:36:51 +02:00
checkasm/vf_colordetect: test non-aligned width
This commit is contained in:
@@ -22,9 +22,9 @@
|
||||
#include "libavfilter/vf_colordetect.h"
|
||||
#include "libavutil/mem_internal.h"
|
||||
|
||||
#define WIDTH 256
|
||||
#define WIDTH 540
|
||||
#define HEIGHT 16
|
||||
#define STRIDE (WIDTH + 32)
|
||||
#define STRIDE FFALIGN(WIDTH, 32)
|
||||
|
||||
static void check_range_detect(int depth)
|
||||
{
|
||||
|
Reference in New Issue
Block a user