lavu/vulkan: add option to switch between shader compilers and cleanup glslang

This commit is contained in:
Lynne
2021-11-19 12:07:10 +01:00
parent d1133e8c44
commit b2aec70bd6
7 changed files with 84 additions and 101 deletions

View File

@ -188,8 +188,5 @@ int ff_vk_filter_init(AVFilterContext *avctx)
s->output_format = AV_PIX_FMT_NONE;
if (ff_vk_glslang_init())
return AVERROR_EXTERNAL;
return 0;
}