Re: [FFmpeg-devel] [PATCH] hwcontext_opencl: Only release command queue if it exists

2018-11-27 Thread Mark Thompson
s >> Subject: [FFmpeg-devel] [PATCH] hwcontext_opencl: Only release command >> queue if it exists >> >> If the frames context creation fails then the command queue reference >> need not exist when uninit is called. >> --- >> libavutil/hwcontext_opencl.c |

Re: [FFmpeg-devel] [PATCH] hwcontext_opencl: Only release command queue if it exists

2018-11-26 Thread Song, Ruiling
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Mark Thompson > Sent: Monday, November 26, 2018 3:16 AM > To: FFmpeg development discussions and patches > Subject: [FFmpeg-devel] [PATCH] hwcontext_opencl: Only relea

[FFmpeg-devel] [PATCH] hwcontext_opencl: Only release command queue if it exists

2018-11-25 Thread Mark Thompson
If the frames context creation fails then the command queue reference need not exist when uninit is called. --- libavutil/hwcontext_opencl.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libavutil/hwcontext_opencl.c b/libavutil/hwcontext_opencl.c index