]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils_opencl.c
Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'
[ffmpeg] / cmdutils_opencl.c
index 0fa8cc0ada7b4dbf21c0d353d38476f20aa6ddfd..3dfd156195eaae3484068034791b7130c94ac46e 100644 (file)
@@ -224,7 +224,7 @@ int opt_opencl_bench(void *optctx, const char *opt, const char *arg)
         av_log(NULL, AV_LOG_ERROR, "No OpenCL device detected!\n");
         return AVERROR(EINVAL);
     }
-    if (!(devices = av_malloc(sizeof(OpenCLDeviceBenchmark) * nb_devices))) {
+    if (!(devices = av_malloc_array(nb_devices, sizeof(OpenCLDeviceBenchmark)))) {
         av_log(NULL, AV_LOG_ERROR, "Could not allocate buffer\n");
         return AVERROR(ENOMEM);
     }