[Mplayer-cvslog] CVS: main mplayer.c,1.597,1.598 mencoder.c,1.176,1.177
Diego Biurrun CVS
diego at mplayerhq.hu
Sat Oct 19 22:26:06 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs TODO,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main/help help_mp-bg.h,1.6,1.7 help_mp-cz.h,1.25,1.26 help_mp-de.h,1.54,1.55 help_mp-dk.h,1.15,1.16 help_mp-en.h,1.63,1.64 help_mp-es.h,1.13,1.14 help_mp-fr.h,1.20,1.21 help_mp-gr.h,1.4,1.5 help_mp-hu.h,1.52,1.53 help_mp-it.h,1.11,1.12 help_mp-ko.h,1.8,1.9 help_mp-nl.h,1.19,1.20 help_mp-no.h,1.10,1.11 help_mp-pl.h,1.54,1.55 help_mp-pt_BR.h,1.5,1.6 help_mp-ro.h,1.7,1.8 help_mp-ru.h,1.14,1.15 help_mp-sk.h,1.7,1.8 help_mp-uk.h,1.4,1.5 help_mp-zh.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv9961
Modified Files:
mplayer.c mencoder.c
Log Message:
Fixed two typos noticed by Sycotic Smith (I think).
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.597
retrieving revision 1.598
diff -u -r1.597 -r1.598
--- mplayer.c 19 Oct 2002 01:58:34 -0000 1.597
+++ mplayer.c 19 Oct 2002 20:26:02 -0000 1.598
@@ -1010,7 +1010,7 @@
case 3: ds=d_dvdsub;break;
}
if(!ds){
- mp_msg(MSGT_CPLAYER,MSGL_FATAL,MSGTR_DumpSelectedSteramMissing);
+ mp_msg(MSGT_CPLAYER,MSGL_FATAL,MSGTR_DumpSelectedStreamMissing);
exit_player(MSGTR_Exit_error);
}
// disable other streams:
@@ -1042,7 +1042,7 @@
current_module="video_read_properties";
if(!video_read_properties(sh_video)) {
- mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CannotReadVideoPropertiers);
+ mp_msg(MSGT_CPLAYER,MSGL_ERR,MSGTR_CannotReadVideoProperties);
sh_video=d_video->sh=NULL;
} else {
mp_msg(MSGT_CPLAYER,MSGL_V,"[V] filefmt:%d fourcc:0x%X size:%dx%d fps:%5.2f ftime:=%6.4f\n",
Index: mencoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/mencoder.c,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- mencoder.c 10 Oct 2002 21:04:42 -0000 1.176
+++ mencoder.c 19 Oct 2002 20:26:02 -0000 1.177
@@ -467,7 +467,7 @@
sh_video=d_video->sh;
if(!video_read_properties(sh_video)){
- printf(MSGTR_CannotReadVideoPropertiers);
+ printf(MSGTR_CannotReadVideoProperties);
mencoder_exit(1,NULL);
}
- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs TODO,1.5,1.6
- Next message: [Mplayer-cvslog] CVS: main/help help_mp-bg.h,1.6,1.7 help_mp-cz.h,1.25,1.26 help_mp-de.h,1.54,1.55 help_mp-dk.h,1.15,1.16 help_mp-en.h,1.63,1.64 help_mp-es.h,1.13,1.14 help_mp-fr.h,1.20,1.21 help_mp-gr.h,1.4,1.5 help_mp-hu.h,1.52,1.53 help_mp-it.h,1.11,1.12 help_mp-ko.h,1.8,1.9 help_mp-nl.h,1.19,1.20 help_mp-no.h,1.10,1.11 help_mp-pl.h,1.54,1.55 help_mp-pt_BR.h,1.5,1.6 help_mp-ro.h,1.7,1.8 help_mp-ru.h,1.14,1.15 help_mp-sk.h,1.7,1.8 help_mp-uk.h,1.4,1.5 help_mp-zh.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list