diff options
author | Lynne <dev@lynne.ee> | 2024-10-05 04:29:02 +0200 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2024-10-06 01:32:46 +0200 |
commit | 73d2cb1c2b2ecac7081782bfd14a4df6051475ff (patch) | |
tree | fb49e607a73fcbc818e607f385aa18f93082ad88 /libavfilter | |
parent | e3d3ee516a727314b1a06a734c7879ed9a2ce2a6 (diff) | |
download | ffmpeg-73d2cb1c2b2ecac7081782bfd14a4df6051475ff.tar.gz |
nlmeans_vulkan: remove unused forward declaration
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_nlmeans_vulkan.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/vf_nlmeans_vulkan.c b/libavfilter/vf_nlmeans_vulkan.c index 1c729a2e7a..86f5cd9f37 100644 --- a/libavfilter/vf_nlmeans_vulkan.c +++ b/libavfilter/vf_nlmeans_vulkan.c @@ -64,8 +64,6 @@ typedef struct NLMeansVulkanContext { } opts; } NLMeansVulkanContext; -extern const char *ff_source_prefix_sum_comp; - static void insert_first(FFVulkanShader *shd, int r, const char *off, int horiz, int plane, int comp) { GLSLF(4, s1 = texture(input_img[%i], pos + ivec2(%i + %s, %i + %s))[%i]; |