[MPlayer-cvslog] CVS: main mplayer.c, 1.924, 1.925 mencoder.c, 1.347, 1.348
Richard Felker CVS
syncmail at mplayerhq.hu
Fri Mar 31 01:44:38 CEST 2006
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux asf.h, 1.19, 1.20 asfheader.c, 1.48, 1.49 demux_asf.c, 1.46, 1.47
- Next message: [MPlayer-cvslog] CVS: main mplayer.c, 1.925, 1.926 configure, 1.1153, 1.1154
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv10395
Modified Files:
mplayer.c mencoder.c
Log Message:
arrg more of this stupid cruft
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.924
retrieving revision 1.925
diff -u -r1.924 -r1.925
--- mplayer.c 27 Mar 2006 18:33:23 -0000 1.924
+++ mplayer.c 30 Mar 2006 23:44:35 -0000 1.925
@@ -540,7 +540,7 @@
#ifdef USE_EDL
if(edl_records != NULL) free(edl_records); // free mem allocated for EDL
#endif
- if(how) mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_ExitingHow,mp_gettext(how));
+ if(how) mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_ExitingHow,how);
mp_msg(MSGT_CPLAYER,MSGL_DBG2,"max framesize was %d bytes\n",max_framesize);
exit(rc);
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -r1.347 -r1.348
--- mencoder.c 27 Mar 2006 17:25:40 -0000 1.347
+++ mencoder.c 30 Mar 2006 23:44:35 -0000 1.348
@@ -290,7 +290,7 @@
static void mencoder_exit(int level, char *how)
{
if (how)
- mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_ExitingHow, mp_gettext(how));
+ mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_ExitingHow, how);
else
mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_Exiting);
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux asf.h, 1.19, 1.20 asfheader.c, 1.48, 1.49 demux_asf.c, 1.46, 1.47
- Next message: [MPlayer-cvslog] CVS: main mplayer.c, 1.925, 1.926 configure, 1.1153, 1.1154
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list