Re: [FFmpeg-devel] [PATCH 1/2] hwcontext_vulkan: optionally enable more functionality

2020-11-25 Thread Lynne
Nov 25, 2020, 12:50 by ffm...@haasn.xyz: > From: Niklas Haas > > These two extensions and two features are both optionally used by > libplacebo to speed up rendering, so it makes sense for libavutil to > automatically enable them as well. > Thanks, pushed. ___

[FFmpeg-devel] [PATCH 1/2] hwcontext_vulkan: optionally enable more functionality

2020-11-25 Thread Niklas Haas
From: Niklas Haas These two extensions and two features are both optionally used by libplacebo to speed up rendering, so it makes sense for libavutil to automatically enable them as well. --- libavutil/hwcontext_vulkan.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavutil/hwconte