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/mpc8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mpc8.c') diff --git a/libavformat/mpc8.c b/libavformat/mpc8.c index 3564e81c32..07f12d291c 100644 --- a/libavformat/mpc8.c +++ b/libavformat/mpc8.c @@ -47,7 +47,7 @@ enum MPCPacketTags{ static const int mpc8_rate[8] = { 44100, 48000, 37800, 32000, -1, -1, -1, -1 }; -typedef struct { +typedef struct MPCContext { int ver; int64_t header_pos; int64_t samples; -- cgit v1.2.3