Mercurial > mplayer.hg
changeset 11367:c404cdbb8472
change misleading messages as discussed...
at least they're better than before, where "progressive"/"telecine"
meant the opposite of what they should!
author | rfelker |
---|---|
date | Mon, 03 Nov 2003 02:13:05 +0000 |
parents | 3d38013edd45 |
children | 7fb6dbfbc7da |
files | help/help_mp-en.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-en.h Mon Nov 03 01:45:04 2003 +0000 +++ b/help/help_mp-en.h Mon Nov 03 02:13:05 2003 +0000 @@ -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"