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/tinterlace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/tinterlace.h') diff --git a/libavfilter/tinterlace.h b/libavfilter/tinterlace.h index e01050cba7..7f50d3c8ee 100644 --- a/libavfilter/tinterlace.h +++ b/libavfilter/tinterlace.h @@ -46,7 +46,7 @@ enum TInterlaceMode { MODE_NB, }; -typedef struct { +typedef struct TInterlaceContext { const AVClass *class; int mode; ///< TInterlaceMode, interlace mode selected AVRational preout_time_base; -- cgit v1.2.3