Re: [FFmpeg-devel] [PATCH V2] lavu/qsv: remove the redundant libmfx init code

2019-09-13 Thread Li, Zhong
> From: ffmpeg-devel On Behalf Of Mark > Thompson > Sent: Wednesday, September 11, 2019 6:34 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH V2] lavu/qsv: remove the redundant libmfx > init code > > On 05/09/2019 06:24, Zhong Li wrote: >

Re: [FFmpeg-devel] [PATCH V2] lavu/qsv: remove the redundant libmfx init code

2019-09-10 Thread Mark Thompson
On 05/09/2019 06:24, Zhong Li wrote: > Signed-off-by: Zhong Li > --- > libavutil/hwcontext_qsv.c | 24 ++-- > 1 file changed, 2 insertions(+), 22 deletions(-) > > diff --git a/libavutil/hwcontext_qsv.c b/libavutil/hwcontext_qsv.c > index 0329a81..1c0e4ff 100644 > --- a/libavu

[FFmpeg-devel] [PATCH V2] lavu/qsv: remove the redundant libmfx init code

2019-09-04 Thread Zhong Li
Signed-off-by: Zhong Li --- libavutil/hwcontext_qsv.c | 24 ++-- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/libavutil/hwcontext_qsv.c b/libavutil/hwcontext_qsv.c index 0329a81..1c0e4ff 100644 --- a/libavutil/hwcontext_qsv.c +++ b/libavutil/hwcontext_qsv.c @