[vlc-devel] [PATCH]Equalizer, support other sampling rates than 44100 and 48000
    Jean-Baptiste Kempf 
    jb at videolan.org
       
    Sat Mar 10 23:36:12 CET 2012
    
    
  
On Sat, Mar 10, 2012 at 03:34:19PM -0600, Ron Wright wrote :
> -        band_texts[i] = new QLabel( band_frequencies[i] + "\n00.0dB" );
> +        band_texts[i] = new QLabel( iso_band_frequencies[i] + "\n0.0dB" );
Why removing the extra 0 ?
> +    CONNECT( THEMIM->getIM(), playingStatusChanged( int ), this,
> +             playingChanged( int ) );
Connecting for all status changes for some UI band update seems overkill
to me.
Do you really need that?
Best regards,
-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
    
    
More information about the vlc-devel
mailing list