From daf8cf358a098a903d59adb6c0d0cc3262a8c93e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 22 Sep 2014 09:19:33 +0200 Subject: avformat: Don't anonymously typedef structs --- libavformat/segment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/segment.c') diff --git a/libavformat/segment.c b/libavformat/segment.c index 824bbf7d5b..55ba6569f2 100644 --- a/libavformat/segment.c +++ b/libavformat/segment.c @@ -30,7 +30,7 @@ #include "libavutil/parseutils.h" #include "libavutil/mathematics.h" -typedef struct { +typedef struct SegmentContext { const AVClass *class; /**< Class for private options. */ int number; AVOutputFormat *oformat; -- cgit v1.2.3