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/avf_concat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/avf_concat.c') diff --git a/libavfilter/avf_concat.c b/libavfilter/avf_concat.c index 56e41792a7..4c4936868b 100644 --- a/libavfilter/avf_concat.c +++ b/libavfilter/avf_concat.c @@ -36,7 +36,7 @@ #define TYPE_ALL 2 -typedef struct { +typedef struct ConcatContext { const AVClass *class; unsigned nb_streams[TYPE_ALL]; /**< number of out streams of each type */ unsigned nb_segments; -- cgit v1.2.3