summaryrefslogtreecommitdiff
path: root/libavcodec/mpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mpc.c')
-rw-r--r--libavcodec/mpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpc.c b/libavcodec/mpc.c
index a500479c0e..f0a46257e6 100644
--- a/libavcodec/mpc.c
+++ b/libavcodec/mpc.c
@@ -178,6 +178,7 @@ static void inline idx_to_quant(MPCContext *c, GetBitContext *gb, int idx, int *
t = mpc_rnd(c);
*dst++ = ((t>>24)& 0xFF) + ((t>>16) & 0xFF) + ((t>>8) & 0xFF) + (t & 0xFF) - 510;
}
+ break;
case 1:
i1 = get_bits1(gb);
for(i = 0; i < SAMPLES_PER_BAND/3; i++){