This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
hwcontext_opencl: Reset internal command queue on device_uninit
device_uninit can be called twice if device_init fails.
tags/n4.0
Mark Thompson
8 years ago
parent
8bbf2dacbf
commit
f4e319d8a9
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavutil/hwcontext_opencl.c
+ 1
- 0
libavutil/hwcontext_opencl.c
View File
@@ -883,6 +883,7 @@ static void opencl_device_uninit(AVHWDeviceContext *hwdev)
av_log(hwdev, AV_LOG_ERROR, "Failed to release internal "
"command queue reference: %d.\n", cle);
}
priv->command_queue = NULL;
}
}
Write
Preview
Loading…
Cancel
Save