[Mplayer-cvslog] CVS: main mplayer.c,1.716,1.717
Alban Bedel CVS
albeu at mplayerhq.hu
Wed Aug 13 19:04:05 CEST 2003
- Previous message: [Mplayer-cvslog] CVS: main m_config.c,1.8,1.9 m_option.c,1.16,1.17 m_option.h,1.8,1.9 parser-cfg.c,1.5,1.6 parser-mecmd.c,1.6,1.7 parser-mpcmd.c,1.13,1.14
- Next message: [Mplayer-cvslog] CVS: main m_option.c,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv18591
Modified Files:
mplayer.c
Log Message:
"when I run "mplayer -slave <audiofile> " then, while playing, I send the
following command "loadfile <anyfile>" I get a crash ... "
Report and patch by ROSEN Jeremy
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.716
retrieving revision 1.717
diff -u -r1.716 -r1.717
--- mplayer.c 13 Aug 2003 16:29:00 -0000 1.716
+++ mplayer.c 13 Aug 2003 17:03:36 -0000 1.717
@@ -3354,7 +3354,7 @@
//================= Update OSD ====================
#ifdef USE_OSD
- if(osd_level>=1){
+ if(osd_level>=1 && sh_video){
int pts=sh_video->pts;
char osd_text_tmp[64];
if(pts==osd_last_pts-1) ++pts; else osd_last_pts=pts;
- Previous message: [Mplayer-cvslog] CVS: main m_config.c,1.8,1.9 m_option.c,1.16,1.17 m_option.h,1.8,1.9 parser-cfg.c,1.5,1.6 parser-mecmd.c,1.6,1.7 parser-mpcmd.c,1.13,1.14
- Next message: [Mplayer-cvslog] CVS: main m_option.c,1.17,1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list