]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_owdenoise.c
avfilter: don't anonymously typedef structs
[ffmpeg] / libavfilter / vf_owdenoise.c
index e0a953fba2cd9ae008b298f80d222134a6bc560f..6d6c2a3d539d6819bf1772559cdfea407fc23c45 100644 (file)
@@ -34,7 +34,7 @@
 #include "avfilter.h"
 #include "internal.h"
 
-typedef struct {
+typedef struct OWDenoiseContext {
     const AVClass *class;
     double luma_strength;
     double chroma_strength;