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_eq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_eq.h') diff --git a/libavfilter/vf_eq.h b/libavfilter/vf_eq.h index 8525048b3f..fa49d46e5c 100644 --- a/libavfilter/vf_eq.h +++ b/libavfilter/vf_eq.h @@ -55,7 +55,7 @@ typedef struct EQParameters { } EQParameters; -typedef struct { +typedef struct EQContext { const AVClass *class; EQParameters param[3]; -- cgit v1.2.3