[Ffmpeg-cvslog] r8003 - trunk/libavcodec/mpc.c

kostya subversion
Sat Feb 17 12:39:55 CET 2007


Author: kostya
Date: Sat Feb 17 12:39:54 2007
New Revision: 8003

Modified:
   trunk/libavcodec/mpc.c

Log:
10l: forgot break statement

Modified: trunk/libavcodec/mpc.c
==============================================================================
--- trunk/libavcodec/mpc.c	(original)
+++ trunk/libavcodec/mpc.c	Sat Feb 17 12:39:54 2007
@@ -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++){




More information about the ffmpeg-cvslog mailing list