From ed93ed5ee320db299dc8c65d59c4f25e2eb0acdc Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 12 May 2017 20:00:49 +0200 Subject: avfilter: don't anonymously typedef structs Signed-off-by: Paul B Mahol --- libavfilter/vf_owdenoise.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_owdenoise.c') diff --git a/libavfilter/vf_owdenoise.c b/libavfilter/vf_owdenoise.c index e0a953f..6d6c2a3 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; -- cgit v1.1