[vlc-devel] [PATCH] vout: vulkan: add support for custom user shaders

Niklas Haas vlc at haasn.xyz
Sat Jun 13 05:23:40 CEST 2020


On Fri, 15 May 2020 10:28:18 +0200, Niklas Haas <vlc at haasn.xyz> wrote:
> @@ -170,6 +175,9 @@ static void Close(vout_display_t *vd)
>          free(sys->overlay_tex);
>      }
>  
> +    pl_mpv_user_shader_destroy(&sys->hook);
> +    free(sys->hook_path);
> +
>      pl_renderer_destroy(&sys->renderer);
>  
>      vlc_vk_Release(sys->vk);

Missing #if PL_API_VER check on this change. But I'll submit a fixed
version of the patch as part of an expanded patchset including other
changes related to the custom shaders.


More information about the vlc-devel mailing list