[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk opts.c,1.37,1.38
Zoltan Ponekker
pontscho at mplayerhq.hu
Mon Dec 16 23:25:20 CET 2002
Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mail:/var/tmp.root/cvs-serv23745/Gui/mplayer/gtk
Modified Files:
opts.c
Log Message:
- fix (?) "mixer bug"
- fix audio_id/video_id changing
- fix some other bug
Index: opts.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/opts.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- opts.c 28 Nov 2002 23:17:12 -0000 1.37
+++ opts.c 16 Dec 2002 22:25:17 -0000 1.38
@@ -175,6 +175,7 @@
int i = 0;
char * tmp[3]; tmp[2]="";
old_audio_driver=-1;
+ if ( CLADrivers ) gtk_clist_clear( GTK_CLIST( CLADrivers ) );
while ( audio_out_drivers[i] )
{
const ao_info_t *info = audio_out_drivers[i++]->info;
@@ -220,6 +221,7 @@
int i = 0, c = 0;
char * tmp[3]; tmp[2]="";
old_video_driver=0;
+ if ( CLVDrivers ) gtk_clist_clear( GTK_CLIST( CLVDrivers ) );
while ( video_out_drivers[i] )
if ( video_out_drivers[i++]->control( VOCTRL_GUISUPPORT,NULL ) == VO_TRUE )
{
More information about the MPlayer-cvslog
mailing list