Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing vp9 file

2019-11-07 Thread Dennis Mungai
> Dennis Mungai > > > > Sent: Tuesday, November 5, 2019 13:04 > > > > To: FFmpeg development discussions and patches > > > de...@ffmpeg.org> > > > > Cc: Zhong Li > > > > Subject: Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing v

Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing vp9 file

2019-11-06 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel On Behalf Of > Dennis Mungai > Sent: Wednesday, November 6, 2019 20:36 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Cc: Zhong Li > Subject: Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing

Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing vp9 file

2019-11-06 Thread Dennis Mungai
Cc: Zhong Li > > Subject: Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing vp9 file > > > > On Mon, 4 Nov 2019 at 10:12, Zhong Li wrote: > > > > > > It is missed in commit 3358380 > > > > > > Signed-off-by: Zhong Li > > >

Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing vp9 file

2019-11-05 Thread Fu, Linjie
> -Original Message- > From: ffmpeg-devel On Behalf Of > Dennis Mungai > Sent: Tuesday, November 5, 2019 13:04 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Cc: Zhong Li > Subject: Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing vp9

Re: [FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing vp9 file

2019-11-04 Thread Dennis Mungai
On Mon, 4 Nov 2019 at 10:12, Zhong Li wrote: > > It is missed in commit 3358380 > > Signed-off-by: Zhong Li > --- > libavcodec/qsvenc_vp9.c | 113 > > 1 file changed, 113 insertions(+) > create mode 100644 libavcodec/qsvenc_vp9.c > > diff --git

[FFmpeg-devel] [PATCH] lavc/qsvenc: add the missing vp9 file

2019-11-03 Thread Zhong Li
It is missed in commit 3358380 Signed-off-by: Zhong Li --- libavcodec/qsvenc_vp9.c | 113 1 file changed, 113 insertions(+) create mode 100644 libavcodec/qsvenc_vp9.c diff --git a/libavcodec/qsvenc_vp9.c b/libavcodec/qsvenc_vp9.c new file mode 1