[MPlayer-cvslog] CVS: main m_config.c, 1.16, 1.17 mencoder.c, 1.353, 1.354
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sat Apr 29 01:07:09 CEST 2006
- Previous message: [MPlayer-cvslog] CVS: main/libvo vo_sdl.c, 1.126, 1.127 vo_svga.c, 1.83, 1.84 vo_tdfx_vid.c, 1.7, 1.8 vo_tdfxfb.c, 1.30, 1.31 vo_vesa.c, 1.111, 1.112
- Next message: [MPlayer-cvslog] CVS: main AUTHORS,1.180,1.181
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv23769
Modified Files:
m_config.c mencoder.c
Log Message:
Rename some misspelled and misnamed messages.
Index: m_config.c
===================================================================
RCS file: /cvsroot/mplayer/main/m_config.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- m_config.c 24 Apr 2006 19:20:03 -0000 1.16
+++ m_config.c 28 Apr 2006 23:06:35 -0000 1.17
@@ -481,7 +481,7 @@
m_config_set_profile(m_config_t* config, m_profile_t* p) {
int i;
if(config->profile_depth > MAX_PROFILE_DEPTH) {
- mp_msg(MSGT_CFGPARSER, MSGL_WARN, MSGTR_TooDeepProfileInclusion);
+ mp_msg(MSGT_CFGPARSER, MSGL_WARN, MSGTR_ProfileInclusionTooDeep);
return;
}
config->profile_depth++;
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.353
retrieving revision 1.354
diff -u -r1.353 -r1.354
--- mencoder.c 27 Apr 2006 12:40:28 -0000 1.353
+++ mencoder.c 28 Apr 2006 23:06:35 -0000 1.354
@@ -305,7 +305,7 @@
mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_GetpathProblem);
} else {
if (m_config_parse_config_file(conf, conffile) < 0)
- mencoder_exit(1,MSGTR_ConfigfileError);
+ mencoder_exit(1,MSGTR_ConfigFileError);
free(conffile);
}
}
@@ -497,7 +497,7 @@
stream2=open_stream(frameno_filename,0,&i);
if(stream2){
demuxer2=demux_open(stream2,DEMUXER_TYPE_AVI,-1,-1,-2,NULL);
- if(demuxer2) mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_UsingPass3ControllFile, frameno_filename);
+ if(demuxer2) mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_UsingPass3ControlFile, frameno_filename);
else mp_msg(MSGT_DEMUXER,MSGL_ERR,MSGTR_FormatNotRecognized);
}
}
- Previous message: [MPlayer-cvslog] CVS: main/libvo vo_sdl.c, 1.126, 1.127 vo_svga.c, 1.83, 1.84 vo_tdfx_vid.c, 1.7, 1.8 vo_tdfxfb.c, 1.30, 1.31 vo_vesa.c, 1.111, 1.112
- Next message: [MPlayer-cvslog] CVS: main AUTHORS,1.180,1.181
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list