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/wvdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/wvdec.c') diff --git a/libavformat/wvdec.c b/libavformat/wvdec.c index 1a2a722cb7..75eddd2f50 100644 --- a/libavformat/wvdec.c +++ b/libavformat/wvdec.c @@ -47,7 +47,7 @@ static const int wv_rates[16] = { 32000, 44100, 48000, 64000, 88200, 96000, 192000, -1 }; -typedef struct { +typedef struct WVContext { uint8_t block_header[WV_HEADER_SIZE]; WvHeader header; int rate, chan, bpp; -- cgit v1.2.3