mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 05:41:16 +00:00
change misleading messages as discussed...
at least they're better than before, where "progressive"/"telecine" meant the opposite of what they should! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11368 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7caac82cf9
commit
9eee03e4eb
@ -305,8 +305,8 @@ static char help_text[]=
|
||||
#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"
|
||||
|
Loading…
Reference in New Issue
Block a user