[Mplayer-cvslog] CVS: main mplayer.c,1.724,1.725 m_struct.c,1.3,1.4
Alex Beregszaszi
alex at mplayerhq.hu
Fri Aug 29 23:41:40 CEST 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv22849
Modified Files:
mplayer.c m_struct.c
Log Message:
1000l
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.724
retrieving revision 1.725
diff -u -r1.724 -r1.725
--- mplayer.c 27 Aug 2003 17:08:24 -0000 1.724
+++ mplayer.c 29 Aug 2003 21:41:03 -0000 1.725
@@ -3572,7 +3572,7 @@
len = vobsub_get_packet(vo_vobsub,sh_video->pts+sub_delay+next_frame_time,(void**)&packet,×tamp);
if(len > 0) {
timestamp -= (sh_video->pts + sub_delay - sh_video->timer)*90000;
- mp_dbg(MSGT_CPLAYER,MSGL_V,"\rVOB sub: len=%d v_pts=%5.3f v_timer=%5.3f sub=%5.3f ts=%d \n",len,sh_video->pts,sh_video->timer,timestamp / 90000.0);
+ mp_dbg(MSGT_CPLAYER,MSGL_V,"\rVOB sub: len=%d v_pts=%5.3f v_timer=%5.3f sub=%5.3f ts=%d \n",len,sh_video->pts,sh_video->timer,timestamp / 90000.0,timestamp);
}
}
} else {
Index: m_struct.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_struct.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- m_struct.c 13 Aug 2003 16:29:00 -0000 1.3
+++ m_struct.c 29 Aug 2003 21:41:03 -0000 1.4
@@ -24,7 +24,7 @@
void* r;
if(!st->defaults) {
- mp_msg(MSGT_CFGPARSER, MSGL_ERR,"Struct %s need defaults\n");
+ mp_msg(MSGT_CFGPARSER, MSGL_ERR,"Struct %s needs defaults\n",st->name);
return NULL;
}
// Check the struct fields
More information about the MPlayer-cvslog
mailing list