summaryrefslogtreecommitdiff
path: root/libavcodec/mpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mpc.c')
-rw-r--r--libavcodec/mpc.c2
1 files changed, 1 insertions, 1 deletions
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){