mirror of
https://github.com/librempeg/librempeg
synced 2024-11-21 16:44:05 +00:00
nlmeans_vulkan: remove unused forward declaration
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
c6abfedb3e
commit
82d8f44114
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user