diff help/help_mp-pl.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-pl.h	Thu Apr 27 07:37:10 2006 +0000
+++ b/help/help_mp-pl.h	Thu Apr 27 07:59:15 2006 +0000
@@ -217,8 +217,8 @@
 #define MSGTR_WritingAVIIndex "\nZapisuję indeks AVI...\n"
 #define MSGTR_FixupAVIHeader "Naprawiam nagłówek AVI...\n"
 #define MSGTR_RecommendedVideoBitrate "Zalecany video bitrate dla tego %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nStrumień video: %8.3f kbit/s (%d B/s) rozmiar: %d bajtów %5.3f s %d ramek\n"
-#define MSGTR_AudioStreamResult "\nStrumień audio: %8.3f kbit/s (%d B/s) rozmiar: %d bajtów %5.3f s\n"
+#define MSGTR_VideoStreamResult "\nStrumień video: %8.3f kbit/s (%d B/s) rozmiar: %"PRIu64" bajtów %5.3f s %d ramek\n"
+#define MSGTR_AudioStreamResult "\nStrumień audio: %8.3f kbit/s (%d B/s) rozmiar: %"PRIu64" bajtów %5.3f s\n"
 
 #define MSGTR_OpenedStream "sukces: format: %d  dane: 0x%X - 0x%x\n"
 #define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n"