diff mpc.c @ 4535:e3b224087a85 libavcodec

10l: forgot break statement
author kostya
date Sat, 17 Feb 2007 11:39:54 +0000
parents a188a94e1b61
children 0430aafe6f01
line wrap: on
line diff
--- a/mpc.c	Fri Feb 16 21:50:37 2007 +0000
+++ b/mpc.c	Sat Feb 17 11:39:54 2007 +0000
@@ -178,6 +178,7 @@
             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++){