[vlc-commits] audiobargraph_a: remove commented out code
Rafaël Carré
git at videolan.org
Wed Apr 16 14:46:40 CEST 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Apr 16 14:27:32 2014 +0200| [d8ec0a146e51114a1d7541920271cff3274a4cdf] | committer: Rafaël Carré
audiobargraph_a: remove commented out code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d8ec0a146e51114a1d7541920271cff3274a4cdf
---
modules/audio_filter/audiobargraph_a.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/modules/audio_filter/audiobargraph_a.c b/modules/audio_filter/audiobargraph_a.c
index 4564f81..89773a5 100644
--- a/modules/audio_filter/audiobargraph_a.c
+++ b/modules/audio_filter/audiobargraph_a.c
@@ -209,14 +209,6 @@ static block_t *DoWork( filter_t *p_filter, block_t *p_in_buf )
}
}
- /*for (i=0; i<nbChannels; i++) {
- value[i] = abs(i_value[i]*100);
- if ( value[i] > p_sys->value[i] - 6 )
- p_sys->value[i] = value[i];
- else
- p_sys->value[i] = p_sys->value[i] - 6;
- }*/
-
if (p_sys->bargraph) {
/* 6 - sent the message with the values for the BarGraph */
if (nbChannels > 0 && p_sys->counter % p_sys->bargraph_repetition == 0) {
More information about the vlc-commits
mailing list