summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorWu Jianhua <jianhua.wu@intel.com>2021-12-09 17:36:51 +0800
committerLynne <dev@lynne.ee>2021-12-10 16:48:20 +0100
commit58816f6927745d3512b26efcc7e5d88bee249e53 (patch)
tree0459d6d3854ad651f1a143436cc70f0a4ac1df0d /configure
parentceeff7ae8d918cd54a9b1c8deb85184da53f1250 (diff)
avfilter: add a transpose_vulkan filter
The following command is on how to apply transpose_vulkan filter: ffmpeg -init_hw_device vulkan -i input.264 -vf \ hwupload=extra_hw_frames=16,transpose_vulkan,hwdownload,format=yuv420p output.264 Signed-off-by: Wu Jianhua <jianhua.wu@intel.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 04f319b197..a7593ec2db 100755
--- a/configure
+++ b/configure
@@ -3718,6 +3718,7 @@ tonemap_vaapi_filter_deps="vaapi VAProcFilterParameterBufferHDRToneMapping"
tonemap_opencl_filter_deps="opencl const_nan"
transpose_opencl_filter_deps="opencl"
transpose_vaapi_filter_deps="vaapi VAProcPipelineCaps_rotation_flags"
+transpose_vulkan_filter_deps="vulkan spirv_compiler"
unsharp_opencl_filter_deps="opencl"
uspp_filter_deps="gpl avcodec"
vaguedenoiser_filter_deps="gpl"