[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.247,1.248

Corey Hickey CVS syncmail at mplayerhq.hu
Wed Apr 26 22:24:05 CEST 2006


CVS change done by Corey Hickey CVS

Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv13869/help

Modified Files:
	help_mp-en.h 
Log Message:
Make mencoder stream size printing use 64 bits.


Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -r1.247 -r1.248
--- help_mp-en.h	26 Apr 2006 04:20:58 -0000	1.247
+++ help_mp-en.h	26 Apr 2006 20:24:02 -0000	1.248
@@ -266,8 +266,8 @@
 "Your encode might be broken!\n"
 #define MSGTR_ErrorWritingFile "%s: Error writing file.\n"
 #define MSGTR_RecommendedVideoBitrate "Recommended video bitrate for %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s  (%d B/s)  size: %d bytes  %5.3f secs  %d frames\n"
-#define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s  (%d B/s)  size: %d bytes  %5.3f secs\n"
+#define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s  (%d B/s)  size: %"PRIu64" bytes  %5.3f secs  %d frames\n"
+#define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s  (%d B/s)  size: %"PRIu64" bytes  %5.3f secs\n"
 #define MSGTR_OpenedStream "success: format: %d  data: 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"




More information about the MPlayer-DOCS mailing list