[SCM] libav/experimental: 10l: forgot break statement

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:56:29 UTC 2013


The following commit has been merged in the experimental branch:
commit eeb40eb3673d15c772b224d8b940542af77d3e11
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Sat Feb 17 11:39:54 2007 +0000

    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 a500479..f0a4625 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++){

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list