[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


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);
   }
 }




More information about the MPlayer-cvslog mailing list