comparison Gui/interface.c @ 7526:e3ca9e707857

- fix new afm/vfm support - fix fullscreen with xv - add cache support
author pontscho
date Sat, 28 Sep 2002 18:03:34 +0000
parents 7527dc997596
children c7b61f316edf
comparison
equal deleted inserted replaced
7525:33788b00b0e8 7526:e3ca9e707857
745 #endif 745 #endif
746 #ifdef HAVE_VCD 746 #ifdef HAVE_VCD
747 if ( (unsigned int)vparam & guiVCD ) guiIntfStruct.VCDTracks=0; 747 if ( (unsigned int)vparam & guiVCD ) guiIntfStruct.VCDTracks=0;
748 #endif 748 #endif
749 return NULL; 749 return NULL;
750 case gtkSetCacheSize:
751 stream_cache_size=(int)fparam;
752 return NULL;
750 case gtkSetExtraStereo: 753 case gtkSetExtraStereo:
751 gtkAOExtraStereoMul=fparam; 754 gtkAOExtraStereoMul=fparam;
752 audio_plugin_extrastereo.control( AOCONTROL_PLUGIN_ES_SET,(int)&gtkAOExtraStereoMul ); 755 audio_plugin_extrastereo.control( AOCONTROL_PLUGIN_ES_SET,(int)&gtkAOExtraStereoMul );
753 return NULL; 756 return NULL;
754 case gtkSetAudioDelay: 757 case gtkSetAudioDelay: