[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.c,1.43,1.44
Zoltan Ponekker
pontscho at mplayerhq.hu
Sat Jan 25 11:04:09 CET 2003
Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mail:/var/tmp.root/cvs-serv11427/Gui/mplayer/gtk
Modified Files:
fs.c
Log Message:
- 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.
Index: fs.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/fs.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- fs.c 21 Jan 2003 19:12:46 -0000 1.43
+++ fs.c 25 Jan 2003 10:04:05 -0000 1.44
@@ -471,7 +471,7 @@
case fsVideoSelector:
guiSetDF( guiIntfStruct.Filename,fsSelectedDirectory,fsSelectedFile );
guiIntfStruct.StreamType=STREAMTYPE_FILE;
- guiIntfStruct.FilenameChanged=1;
+ guiIntfStruct.FilenameChanged=1; sub_fps=0;
gfree( (void **)&guiIntfStruct.AudioFile );
gfree( (void **)&guiIntfStruct.Subtitlename );
fs_PersistantHistory( fsSelectedDirectory ); //totem, write into history
More information about the MPlayer-cvslog
mailing list