comparison Gui/mplayer/gtk/fs.c @ 9088:731e5dc57436

- fix -fs - set sub_fps to null for new files - fix one sig11, if you play vcd, and the disc is not vcd, playtree is dead - add playbar vertical position support - etc.
author pontscho
date Sat, 25 Jan 2003 10:04:05 +0000
parents 3086611e8213
children aa55f2f0b057
comparison
equal deleted inserted replaced
9087:ace727b8c2dc 9088:731e5dc57436
469 switch ( fsType ) 469 switch ( fsType )
470 { 470 {
471 case fsVideoSelector: 471 case fsVideoSelector:
472 guiSetDF( guiIntfStruct.Filename,fsSelectedDirectory,fsSelectedFile ); 472 guiSetDF( guiIntfStruct.Filename,fsSelectedDirectory,fsSelectedFile );
473 guiIntfStruct.StreamType=STREAMTYPE_FILE; 473 guiIntfStruct.StreamType=STREAMTYPE_FILE;
474 guiIntfStruct.FilenameChanged=1; 474 guiIntfStruct.FilenameChanged=1; sub_fps=0;
475 gfree( (void **)&guiIntfStruct.AudioFile ); 475 gfree( (void **)&guiIntfStruct.AudioFile );
476 gfree( (void **)&guiIntfStruct.Subtitlename ); 476 gfree( (void **)&guiIntfStruct.Subtitlename );
477 fs_PersistantHistory( fsSelectedDirectory ); //totem, write into history 477 fs_PersistantHistory( fsSelectedDirectory ); //totem, write into history
478 break; 478 break;
479 #ifdef USE_SUB 479 #ifdef USE_SUB