[FFmpeg-devel] [PATCH v4 1/2] avutil/hwcontext_vulkan: fully support customizable validation layers

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Fri Nov 26 12:47:30 EET 2021


Wu Jianhua:
> +    user_layers_str = av_strdup(user_layers->value);
> +    if (!user_layers_str) {
> +        err = AVERROR(EINVAL);

Wrong error code.

> +        goto fail;
> +    }
> +



More information about the ffmpeg-devel mailing list