mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
10l: forgot break statement
Originally committed as revision 8003 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
18064f5cf3
commit
eeb40eb367
@ -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++){
|
||||
|
Loading…
Reference in New Issue
Block a user