summaryrefslogtreecommitdiffstats
path: root/help/help_mp-it.h
diff options
context:
space:
mode:
authorreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 07:59:15 +0000
committerreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 07:59:15 +0000
commit13b1ed4b836ffa29d4688f35fdbde78948db2662 (patch)
tree2168982247a8be066b38c3dd18c2975b9b053735 /help/help_mp-it.h
parent6e8385de7b16756b7872e24abe02fae184f1fb42 (diff)
downloadmpv-13b1ed4b836ffa29d4688f35fdbde78948db2662.tar.bz2
mpv-13b1ed4b836ffa29d4688f35fdbde78948db2662.tar.xz
Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on translation files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18308 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-it.h')
-rw-r--r--help/help_mp-it.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-it.h b/help/help_mp-it.h
index 203f05dd4b..9d43ad8dfa 100644
--- a/help/help_mp-it.h
+++ b/help/help_mp-it.h
@@ -266,8 +266,8 @@ static char help_text[]=
"L'encoding potrebbe essere danneggiato!\n"
#define MSGTR_ErrorWritingFile "%s: errore nella scrittura del file.\n"
#define MSGTR_RecommendedVideoBitrate "Il bitrate video consigliato per %s CD è: %d\n"
-#define MSGTR_VideoStreamResult "\nFlusso video: %8.3f kbit/s (%d B/s) dim.: %d bytes %5.3f sec %d frames\n"
-#define MSGTR_AudioStreamResult "\nFlusso audio: %8.3f kbit/s (%d B/s) dim.: %d bytes %5.3f secondi\n"
+#define MSGTR_VideoStreamResult "\nFlusso video: %8.3f kbit/s (%d B/s) dim.: %"PRIu64" bytes %5.3f sec %d frames\n"
+#define MSGTR_AudioStreamResult "\nFlusso audio: %8.3f kbit/s (%d B/s) dim.: %"PRIu64" bytes %5.3f secondi\n"
#define MSGTR_OpenedStream "successo: formato: %d dati: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n"
#define MSGTR_ACodecFramecopy "audiocodec: framecopy (format=%x chans=%d rate=%d bits=%d B/s=%d sample-%d)\n"