[vlc-devel] commit: Remove no-op ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat May 23 16:02:50 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 23 14:17:13 2009 +0300| [4815d3555399c96a499d69efd18086c3af964f68] | committer: Rémi Denis-Courmont
Remove no-op
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4815d3555399c96a499d69efd18086c3af964f68
---
modules/codec/fluidsynth.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/codec/fluidsynth.c b/modules/codec/fluidsynth.c
index 66c62d0..26bc6e9 100644
--- a/modules/codec/fluidsynth.c
+++ b/modules/codec/fluidsynth.c
@@ -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;
More information about the vlc-devel
mailing list