Re: [PATCH] s5p-mfc: Amend initial min, max values of HEVC hierarchical coding QP controls

2018-03-19 Thread Hans Verkuil
On 03/19/2018 03:29 PM, Sylwester Nawrocki wrote: > Valid range for those controls is specified in documentation as [0, 51], > so initialize the controls to such range rather than [INT_MIN, INT_MAX]. > > Signed-off-by: Sylwester Nawrocki Acked-by: Hans Verkuil Huh, I missed this when I reviewe

[PATCH] s5p-mfc: Amend initial min, max values of HEVC hierarchical coding QP controls

2018-03-19 Thread Sylwester Nawrocki
Valid range for those controls is specified in documentation as [0, 51], so initialize the controls to such range rather than [INT_MIN, INT_MAX]. Signed-off-by: Sylwester Nawrocki --- drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 28 ++-- 1 file changed, 14 insertions(+)