From: Kostya Shishkov Date: Sat, 17 Feb 2007 11:39:54 +0000 (+0000) Subject: 10l: forgot break statement X-Git-Tag: v0.5~10052 X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=commitdiff_plain;h=eeb40eb3673d15c772b224d8b940542af77d3e11;hp=18064f5cf38730b70a6587c389e1838b00c753bb 10l: forgot break statement Originally committed as revision 8003 to svn://svn.ffmpeg.org/ffmpeg/trunk --- 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++){