Re: [FFmpeg-devel] [PATCH v2 2/4] libavfilter/qsvvpp: enabling d3d11va support

2020-04-22 Thread Artem Galin
On Tue, 21 Apr 2020 at 11:25, Steve Lhomme wrote: > Comments below. > > On 2020-04-15 15:07, artem.ga...@gmail.com wrote: > > From: Artem Galin > > > > Adding DX11 relevant device type checks and adjusting callback with > > proper MediaSDK pair type support. > > > > Signed-off-by: Artem Galin >

Re: [FFmpeg-devel] [PATCH v2 2/4] libavfilter/qsvvpp: enabling d3d11va support

2020-04-21 Thread Steve Lhomme
Comments below. On 2020-04-15 15:07, artem.ga...@gmail.com wrote: From: Artem Galin Adding DX11 relevant device type checks and adjusting callback with proper MediaSDK pair type support. Signed-off-by: Artem Galin --- libavfilter/qsvvpp.c | 40 ++-- 1 f

[FFmpeg-devel] [PATCH v2 2/4] libavfilter/qsvvpp: enabling d3d11va support

2020-04-15 Thread artem . galin
From: Artem Galin Adding DX11 relevant device type checks and adjusting callback with proper MediaSDK pair type support. Signed-off-by: Artem Galin --- libavfilter/qsvvpp.c | 40 ++-- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/libavfilte