summaryrefslogtreecommitdiff
path: root/libavfilter/vulkan.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vulkan.h')
-rw-r--r--libavfilter/vulkan.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavfilter/vulkan.h b/libavfilter/vulkan.h
index 744e8c32f7..30a64ce933 100644
--- a/libavfilter/vulkan.h
+++ b/libavfilter/vulkan.h
@@ -175,6 +175,11 @@ void ff_vk_filter_uninit (AVFilterContext *avctx);
const char *ff_vk_ret2str(VkResult res);
/**
+ * Returns 1 if the image is any sort of supported RGB
+ */
+int ff_vk_mt_is_np_rgb(enum AVPixelFormat pix_fmt);
+
+/**
* Gets the glsl format string for a pixel format
*/
const char *ff_vk_shader_rep_fmt(enum AVPixelFormat pixfmt);