git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d7c8cf5
)
Remove no-op
author
Rémi Denis-Courmont
<remi@remlab.net>
Sat, 23 May 2009 11:17:13 +0000
(14:17 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Sat, 23 May 2009 11:17:13 +0000
(14:17 +0300)
modules/codec/fluidsynth.c
patch
|
blob
|
history
diff --git
a/modules/codec/fluidsynth.c
b/modules/codec/fluidsynth.c
index
66c62d0
..
26bc6e9
100644
(file)
--- 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;