Commit 8cb0b634 authored by Takanari Hayama's avatar Takanari Hayama Committed by Mauro Carvalho Chehab

[media] v4l: vsp1: bru: Fix minimum input pixel size

According to the spec, the minimum input pixel size for BRU is 1px,
not 4px.
Signed-off-by: default avatarTakanari Hayama <taki@igel.co.jp>
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 09f90c53
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "vsp1_bru.h" #include "vsp1_bru.h"
#include "vsp1_rwpf.h" #include "vsp1_rwpf.h"
#define BRU_MIN_SIZE 4U #define BRU_MIN_SIZE 1U
#define BRU_MAX_SIZE 8190U #define BRU_MAX_SIZE 8190U
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment