From 5a6a6cc7dc5adc376c4ff082218d055d67bf3175 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 5 May 2007 12:18:14 +0000 Subject: Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 8894 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpc.c') diff --git a/libavcodec/mpc.c b/libavcodec/mpc.c index f351c549fd..400cfee896 100644 --- a/libavcodec/mpc.c +++ b/libavcodec/mpc.c @@ -163,7 +163,7 @@ static void mpc_synth(MPCContext *c, int16_t *out) /** * Fill samples for given subband */ -static void inline idx_to_quant(MPCContext *c, GetBitContext *gb, int idx, int *dst) +static inline void idx_to_quant(MPCContext *c, GetBitContext *gb, int idx, int *dst) { int i, i1, t; switch(idx){ -- cgit v1.2.3