Re: [FFmpeg-devel] [PATCH] hwcontext_d3d11: Fix crash with valid adapter but no device

2018-03-27 Thread Mark Thompson
On 27/03/18 16:10, wm4 wrote: > On Tue, 27 Mar 2018 01:22:34 +0100 > Mark Thompson wrote: > >> This crash was introduced by 8bbf2dacbfb4ead1535dea411035994f507f517d, >> which could incorrectly overwrite the failure result from creating the >> device. >> >> Fixes ticket #7108. >> --- >> libavutil

Re: [FFmpeg-devel] [PATCH] hwcontext_d3d11: Fix crash with valid adapter but no device

2018-03-27 Thread wm4
On Tue, 27 Mar 2018 01:22:34 +0100 Mark Thompson wrote: > This crash was introduced by 8bbf2dacbfb4ead1535dea411035994f507f517d, > which could incorrectly overwrite the failure result from creating the > device. > > Fixes ticket #7108. > --- > libavutil/hwcontext_d3d11va.c | 8 +--- > 1 fil

[FFmpeg-devel] [PATCH] hwcontext_d3d11: Fix crash with valid adapter but no device

2018-03-26 Thread Mark Thompson
This crash was introduced by 8bbf2dacbfb4ead1535dea411035994f507f517d, which could incorrectly overwrite the failure result from creating the device. Fixes ticket #7108. --- libavutil/hwcontext_d3d11va.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libavutil/hwconte