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/iss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/iss.c') diff --git a/libavformat/iss.c b/libavformat/iss.c index 3f7f4feff2..c86b4250c8 100644 --- a/libavformat/iss.c +++ b/libavformat/iss.c @@ -35,7 +35,7 @@ #define ISS_SIG_LEN 15 #define MAX_TOKEN_SIZE 20 -typedef struct { +typedef struct IssDemuxContext { int packet_size; int sample_start_pos; } IssDemuxContext; -- cgit v1.2.3