Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-01-19 Thread Andriy Gelman
On Sun, 19. Jan 16:44, Gyan wrote: > > > On 19-01-2020 01:41 pm, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Hard coded parameters for qmin/qmax are currently used to initialize > > v4l2_m2m device. This commit uses values from avctx->{qmin,qmax} if they > > are set. > > > > Signed-of

Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-01-19 Thread Gyan
On 19-01-2020 01:41 pm, Andriy Gelman wrote: From: Andriy Gelman Hard coded parameters for qmin/qmax are currently used to initialize v4l2_m2m device. This commit uses values from avctx->{qmin,qmax} if they are set. Signed-off-by: Andriy Gelman --- libavcodec/v4l2_m2m_enc.c | 15 +

[FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Support changing qmin/qmax

2020-01-19 Thread Andriy Gelman
From: Andriy Gelman Hard coded parameters for qmin/qmax are currently used to initialize v4l2_m2m device. This commit uses values from avctx->{qmin,qmax} if they are set. Signed-off-by: Andriy Gelman --- libavcodec/v4l2_m2m_enc.c | 15 +-- 1 file changed, 13 insertions(+), 2 deleti