Re: [FFmpeg-devel] [PATCH] hwcontext_d3d11: Log adapter details on device creation

2017-11-25 Thread Mark Thompson
On 25/11/17 14:07, Jan Ekstrom wrote: > On Tue, Nov 14, 2017 at 4:05 PM, Mark Thompson wrote: >> This is helpful to know what device has actually been used. >> --- > > Change looks alright, and especially in multi-GPU contexts like > laptops this can be quite useful - as you would learn which dev

Re: [FFmpeg-devel] [PATCH] hwcontext_d3d11: Log adapter details on device creation

2017-11-25 Thread Jan Ekstrom
On Tue, Nov 14, 2017 at 4:05 PM, Mark Thompson wrote: > This is helpful to know what device has actually been used. > --- Change looks alright, and especially in multi-GPU contexts like laptops this can be quite useful - as you would learn which device you have just tried to utilize. Jan ___

[FFmpeg-devel] [PATCH] hwcontext_d3d11: Log adapter details on device creation

2017-11-14 Thread Mark Thompson
This is helpful to know what device has actually been used. --- libavutil/hwcontext_d3d11va.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libavutil/hwcontext_d3d11va.c b/libavutil/hwcontext_d3d11va.c index 65dd6651fc..769c81fd77 100644 --- a/libavutil/hwcontext_d3d1