Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Adapt to the new internal encode API

2020-03-08 Thread James Almer
On 3/8/2020 9:29 AM, Lynne wrote: > Mar 8, 2020, 05:40 by andriy.gel...@gmail.com: > >> On Sat, 07. Mar 23:13, James Almer wrote: >> >>> On 3/7/2020 9:23 PM, Andriy Gelman wrote: From: Andriy Gelman Should be squashed with: http://ffmpeg.org/pipermail/ffmpeg-devel/2020-Februar

Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Adapt to the new internal encode API

2020-03-08 Thread Lynne
Mar 8, 2020, 05:40 by andriy.gel...@gmail.com: > On Sat, 07. Mar 23:13, James Almer wrote: > >> On 3/7/2020 9:23 PM, Andriy Gelman wrote: >> > From: Andriy Gelman >> > >> > Should be squashed with: >> > http://ffmpeg.org/pipermail/ffmpeg-devel/2020-February/257735.html >> >> Thank you! Only thre

Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Adapt to the new internal encode API

2020-03-07 Thread Andriy Gelman
On Sat, 07. Mar 23:13, James Almer wrote: > On 3/7/2020 9:23 PM, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Should be squashed with: > > http://ffmpeg.org/pipermail/ffmpeg-devel/2020-February/257735.html > > Thank you! Only three remain now :) > > > > > Signed-off-by: Andriy Gelman

Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Adapt to the new internal encode API

2020-03-07 Thread Andriy Gelman
On Sat, 07. Mar 23:23, James Almer wrote: > On 3/7/2020 9:23 PM, Andriy Gelman wrote: > > From: Andriy Gelman > > > > Should be squashed with: > > http://ffmpeg.org/pipermail/ffmpeg-devel/2020-February/257735.html > > > > Signed-off-by: Andriy Gelman > > --- > > libavcodec/v4l2_m2m.c | 9

Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Adapt to the new internal encode API

2020-03-07 Thread James Almer
On 3/7/2020 9:23 PM, Andriy Gelman wrote: > From: Andriy Gelman > > Should be squashed with: > http://ffmpeg.org/pipermail/ffmpeg-devel/2020-February/257735.html > > Signed-off-by: Andriy Gelman > --- > libavcodec/v4l2_m2m.c | 9 - > libavcodec/v4l2_m2m.h | 6 +- > libavc

Re: [FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Adapt to the new internal encode API

2020-03-07 Thread James Almer
On 3/7/2020 9:23 PM, Andriy Gelman wrote: > From: Andriy Gelman > > Should be squashed with: > http://ffmpeg.org/pipermail/ffmpeg-devel/2020-February/257735.html Thank you! Only three remain now :) > > Signed-off-by: Andriy Gelman > --- > libavcodec/v4l2_m2m.c | 9 - > libavcode

[FFmpeg-devel] [PATCH] avcodec/v4l2_m2m_enc: Adapt to the new internal encode API

2020-03-07 Thread Andriy Gelman
From: Andriy Gelman Should be squashed with: http://ffmpeg.org/pipermail/ffmpeg-devel/2020-February/257735.html Signed-off-by: Andriy Gelman --- libavcodec/v4l2_m2m.c | 9 - libavcodec/v4l2_m2m.h | 6 +- libavcodec/v4l2_m2m_dec.c | 2 +- libavcodec/v4l2_m2m_enc.c | 17 ++