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/gsmdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/gsmdec.c') diff --git a/libavformat/gsmdec.c b/libavformat/gsmdec.c index f9ecbafcda..e73aa0ddab 100644 --- a/libavformat/gsmdec.c +++ b/libavformat/gsmdec.c @@ -29,7 +29,7 @@ #define GSM_BLOCK_SAMPLES 160 #define GSM_SAMPLE_RATE 8000 -typedef struct { +typedef struct GSMDemuxerContext { AVClass *class; int sample_rate; } GSMDemuxerContext; -- cgit v1.2.3