summaryrefslogtreecommitdiff
path: root/libavfilter/vf_owdenoise.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_owdenoise.c')
-rw-r--r--libavfilter/vf_owdenoise.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_owdenoise.c b/libavfilter/vf_owdenoise.c
index e0a953fba2..6d6c2a3d53 100644
--- a/libavfilter/vf_owdenoise.c
+++ b/libavfilter/vf_owdenoise.c
@@ -34,7 +34,7 @@
#include "avfilter.h"
#include "internal.h"
-typedef struct {
+typedef struct OWDenoiseContext {
const AVClass *class;
double luma_strength;
double chroma_strength;