Mercurial > mplayer.hg
comparison Gui/interface.c @ 6840:ed02bae611d5
- some cosmetic change in preferences
- add *.wav to file selector
- fix setlocale() bug
author | pontscho |
---|---|
date | Tue, 30 Jul 2002 11:50:20 +0000 |
parents | 06d29dbdf20d |
children | e330b1b0b835 |
comparison
equal
deleted
inserted
replaced
6839:a94cde7ef947 | 6840:ed02bae611d5 |
---|---|
376 video_family=gtkVVFM; | 376 video_family=gtkVVFM; |
377 | 377 |
378 // --- audio opts | 378 // --- audio opts |
379 audio_delay=gtkAODelay; | 379 audio_delay=gtkAODelay; |
380 if ( ao_plugin_cfg.plugin_list ) { free( ao_plugin_cfg.plugin_list ); ao_plugin_cfg.plugin_list=NULL; } | 380 if ( ao_plugin_cfg.plugin_list ) { free( ao_plugin_cfg.plugin_list ); ao_plugin_cfg.plugin_list=NULL; } |
381 if ( gtkAONorm ) gset( &ao_plugin_cfg.plugin_list,"volnorm" ); | |
381 if ( gtkEnableAudioEqualizer ) gset( &ao_plugin_cfg.plugin_list,"eq" ); | 382 if ( gtkEnableAudioEqualizer ) gset( &ao_plugin_cfg.plugin_list,"eq" ); |
382 if ( gtkAONorm ) gset( &ao_plugin_cfg.plugin_list,"volnorm" ); | |
383 if ( gtkAOExtraStereo ) | 383 if ( gtkAOExtraStereo ) |
384 { | 384 { |
385 gset( &ao_plugin_cfg.plugin_list,"extrastereo" ); | 385 gset( &ao_plugin_cfg.plugin_list,"extrastereo" ); |
386 ao_plugin_cfg.pl_extrastereo_mul=gtkAOExtraStereoMul; | 386 ao_plugin_cfg.pl_extrastereo_mul=gtkAOExtraStereoMul; |
387 } | 387 } |