summaryrefslogtreecommitdiffstats
path: root/help/help_mp-hu.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-hu.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-hu.h')
-rw-r--r--help/help_mp-hu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-hu.h b/help/help_mp-hu.h
index 57407951b1..15ca70481b 100644
--- a/help/help_mp-hu.h
+++ b/help/help_mp-hu.h
@@ -410,7 +410,7 @@ static char help_text[]=
#define MSGTR_ConfigFileError "konfigurációs fájl hibája"
#define MSGTR_ErrorParsingCommandLine "hiba a parancssor értelmezésekor"
#define MSGTR_VideoStreamRequired "Video stream szükséges!\n"
-#define MSGTR_ForcingInputFPS "Az input fps inkább %5.2f-ként lesz értelmezve.\n"
+#define MSGTR_ForcingInputFPS "Az input fps inkább %5.3f-ként lesz értelmezve.\n"
#define MSGTR_RawvideoDoesNotSupportAudio "A RAWVIDEO kimeneti fájl formátum nem támogatja a hangot - audió letiltva.\n"
#define MSGTR_DemuxerDoesntSupportNosound "Ez a demuxer még nem támogatja a -nosound kapcsolót.\n"
#define MSGTR_MemAllocFailed "Nem sikerült a memóriafoglalás.\n"
@@ -603,7 +603,7 @@ static char help_text[]=
#define MSGTR_FormatNotRecognized "========= Sajnos ez a fájlformátum ismeretlen vagy nem támogatott ===========\n"\
"= Ha ez egy AVI, ASF vagy MPEG fájl, lépj kapcsolatba a készítőkkel (hiba)! =\n"
#define MSGTR_SettingProcessPriority "Folyamat priorításának beállítása: %s\n"
-#define MSGTR_FilefmtFourccSizeFpsFtime "[V] filefmt:%d fourcc:0x%X méret:%dx%d fps:%5.2f ftime:=%6.4f\n"
+#define MSGTR_FilefmtFourccSizeFpsFtime "[V] filefmt:%d fourcc:0x%X méret:%dx%d fps:%5.3f ftime:=%6.4f\n"
#define MSGTR_CannotInitializeMuxer "A muxer nem inicializálható."
#define MSGTR_MissingVideoStream "Nincs képfolyam!\n"
#define MSGTR_MissingAudioStream "Nincs hangfolyam... -> hang nélkül\n"