]> git.sesse.net Git - vlc/commitdiff
Remove no-op
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 23 May 2009 11:17:13 +0000 (14:17 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 23 May 2009 11:17:13 +0000 (14:17 +0300)
modules/codec/fluidsynth.c

index 66c62d0cad9ee9784a5a1e6cc7e62471d743e701..26bc6e95888390bce660d68fa88c5b27bc79b3e6 100644 (file)
@@ -171,8 +171,6 @@ static aout_buffer_t *DecodeBlock (decoder_t *p_dec, block_t **pp_block)
             fluid_synth_pitch_bend (p_sys->synth, channel, (p1 << 7) | p2);
             break;
     }
-    p_block->p_buffer += p_block->i_buffer;
-    p_block->i_buffer = 0;
 
     unsigned samples =
         (p_block->i_pts - aout_DateGet (&p_sys->end_date)) * 441 / 10000;