[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.111,1.112

Richard Felker CVS rfelker at mplayerhq.hu
Mon Nov 3 03:13:07 CET 2003


Update of /cvsroot/mplayer/main/help
In directory mail:/var/tmp.root/cvs-serv21127/help

Modified Files:
	help_mp-en.h 
Log Message:
change misleading messages as discussed...
at least they're better than before, where "progressive"/"telecine"
meant the opposite of what they should!


Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- help_mp-en.h	17 Oct 2003 12:12:35 -0000	1.111
+++ help_mp-en.h	3 Nov 2003 02:13:05 -0000	1.112
@@ -305,8 +305,8 @@
 #define MSGTR_DemuxerInfoAlreadyPresent "Demuxer info %s already present!\n"
 #define MSGTR_ClipInfo "Clip info:\n"
 
-#define MSGTR_LeaveTelecineMode "\ndemux_mpg: Progressive seq detected, leaving 3:2 TELECINE mode.\n"
-#define MSGTR_EnterTelecineMode "\ndemux_mpg: 3:2 TELECINE detected, enabling inverse telecine fx.\nFPS changed to %5.3f!\n"
+#define MSGTR_LeaveTelecineMode "\ndemux_mpg: 30fps NTSC content detected, switching framerate.\n"
+#define MSGTR_EnterTelecineMode "\ndemux_mpg: 24fps progressive NTSC content detected, switching framerate.\n"
 
 // dec_video.c & dec_audio.c:
 #define MSGTR_CantOpenCodec "Could not open codec.\n"



More information about the MPlayer-DOCS mailing list