Re: [FFmpeg-devel] [PATCH v4 01/11] fftools/qsv: enabling d3d11va/dxva2 device selection

2020-05-08 Thread Hendrik Leppkes
On Fri, May 8, 2020 at 5:28 PM wrote: > > From: Artem Galin > > child_device_type argument is responsible for selection. > > Usage examples: > > DirectX 11 > -init_hw_device qsv:hw,child_device_type=d3d11va > > DirectX 9 > -init_hw_device qsv:hw,child_device_type=dxva2 > > Signed-off-by: Artem Ga

[FFmpeg-devel] [PATCH v4 01/11] fftools/qsv: enabling d3d11va/dxva2 device selection

2020-05-08 Thread artem . galin
From: Artem Galin child_device_type argument is responsible for selection. Usage examples: DirectX 11 -init_hw_device qsv:hw,child_device_type=d3d11va DirectX 9 -init_hw_device qsv:hw,child_device_type=dxva2 Signed-off-by: Artem Galin --- fftools/ffmpeg_opt.c | 6 +- 1 file changed, 5 i