[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.c,1.26,1.27
Zoltan Ponekker
pontscho at mplayerhq.hu
Fri Aug 30 00:24:52 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.80,1.81
- Next message: [Mplayer-cvslog] CVS: main help_mp-en.h,1.46,1.47 help_mp-hu.h,1.43,1.44 mplayer.c,1.554,1.555 mplayer.h,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mail:/var/tmp.root/cvs-serv17458/Gui/mplayer/gtk
Modified Files:
fs.c
Log Message:
- add play time subtitle change support
- better language support
Index: fs.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/fs.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- fs.c 29 Aug 2002 17:16:33 -0000 1.26
+++ fs.c 29 Aug 2002 22:24:49 -0000 1.27
@@ -431,10 +431,12 @@
gfree( (void **)&guiIntfStruct.AudioFile );
gfree( (void **)&guiIntfStruct.Subtitlename );
break;
+#ifdef USE_SUB
case fsSubtitleSelector:
guiSetDF( guiIntfStruct.Subtitlename,fsSelectedDirectory,fsSelectedFile );
- guiIntfStruct.SubtitleChanged=1;
+ guiLoadSubtitle( guiIntfStruct.Subtitlename );
break;
+#endif
case fsOtherSelector:
guiSetDF( guiIntfStruct.Othername,fsSelectedDirectory,fsSelectedFile );
break;
- Previous message: [Mplayer-cvslog] CVS: main/Gui/mplayer mw.h,1.80,1.81
- Next message: [Mplayer-cvslog] CVS: main help_mp-en.h,1.46,1.47 help_mp-hu.h,1.43,1.44 mplayer.c,1.554,1.555 mplayer.h,1.13,1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list