summaryrefslogtreecommitdiffstats
path: root/help/help_mp-en.h
diff options
context:
space:
mode:
authorcorey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-23 20:20:25 +0000
committercorey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-23 20:20:25 +0000
commit0decac38d3e4623de68eac3f4eb8e8feda191dd4 (patch)
treee3b67a7fb697724062310aad4b9c1a7097e7db79 /help/help_mp-en.h
parent83f13318176c8f19020c1117523fcc4b903a8fad (diff)
downloadmpv-0decac38d3e4623de68eac3f4eb8e8feda191dd4.tar.bz2
mpv-0decac38d3e4623de68eac3f4eb8e8feda191dd4.tar.xz
consistently print fps with three digits of precision
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26512 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-en.h')
-rw-r--r--help/help_mp-en.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 58e1e8310a..650757da9e 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -411,7 +411,7 @@ static char help_text[]=
#define MSGTR_ConfigFileError "config file error"
#define MSGTR_ErrorParsingCommandLine "error parsing command line"
#define MSGTR_VideoStreamRequired "Video stream is mandatory!\n"
-#define MSGTR_ForcingInputFPS "Input fps will be interpreted as %5.2f instead.\n"
+#define MSGTR_ForcingInputFPS "Input fps will be interpreted as %5.3f instead.\n"
#define MSGTR_RawvideoDoesNotSupportAudio "Output file format RAWVIDEO does not support audio - disabling audio.\n"
#define MSGTR_DemuxerDoesntSupportNosound "This demuxer doesn't support -nosound yet.\n"
#define MSGTR_MemAllocFailed "Memory allocation failed.\n"
@@ -604,7 +604,7 @@ static char help_text[]=
#define MSGTR_FormatNotRecognized "============ Sorry, this file format is not recognized/supported =============\n"\
"=== If this file is an AVI, ASF or MPEG stream, please contact the author! ===\n"
#define MSGTR_SettingProcessPriority "Setting process priority: %s\n"
-#define MSGTR_FilefmtFourccSizeFpsFtime "[V] filefmt:%d fourcc:0x%X size:%dx%d fps:%5.2f ftime:=%6.4f\n"
+#define MSGTR_FilefmtFourccSizeFpsFtime "[V] filefmt:%d fourcc:0x%X size:%dx%d fps:%5.3f ftime:=%6.4f\n"
#define MSGTR_CannotInitializeMuxer "Cannot initialize muxer."
#define MSGTR_MissingVideoStream "No video stream found.\n"
#define MSGTR_MissingAudioStream "No audio stream found -> no sound.\n"