diff help/help_mp-nl.h @ 18307:4832cde1ae67

Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on translation files
author reynaldo
date Thu, 27 Apr 2006 07:59:15 +0000
parents b4214294a9cc
children 5766a9d21992
line wrap: on
line diff
--- a/help/help_mp-nl.h	Thu Apr 27 07:37:10 2006 +0000
+++ b/help/help_mp-nl.h	Thu Apr 27 07:59:15 2006 +0000
@@ -206,8 +206,8 @@
 #define MSGTR_WritingAVIIndex "\nBezig met het schrijven van de AVI index...\n"
 #define MSGTR_FixupAVIHeader "Bezig met het herstellen van de AVI header...\n"
 #define MSGTR_RecommendedVideoBitrate "Aangeraden video bitrate voor %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s  (%d B/s)  grootte: %d bytes  %5.3f secs  %d frames\n"
-#define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s  (%d B/s)  grootte: %d bytes  %5.3f secs\n"
+#define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s  (%d B/s)  grootte: %"PRIu64" bytes  %5.3f secs  %d frames\n"
+#define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s  (%d B/s)  grootte: %"PRIu64" bytes  %5.3f secs\n"
 #define MSGTR_OpenedStream "succes: formaat: %d  data: 0x%X - 0x%x\n"
 #define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n"
 #define MSGTR_ACodecFramecopy "audiocodec: framecopy (formaat=%x chans=%d rate=%ld bits=%d B/s=%ld sample-%ld)\n"