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/qcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/qcp.c') diff --git a/libavformat/qcp.c b/libavformat/qcp.c index 30d362f938..be06e2f4ec 100644 --- a/libavformat/qcp.c +++ b/libavformat/qcp.c @@ -31,7 +31,7 @@ #include "libavutil/intreadwrite.h" #include "avformat.h" -typedef struct { +typedef struct QCPContext { uint32_t data_size; ///< size of data chunk #define QCP_MAX_MODE 4 -- cgit v1.2.3