From eea7b9044c8498c28e1f270663d4b0f00226a7e8 Mon Sep 17 00:00:00 2001 From: corey Date: Wed, 26 Apr 2006 20:24:03 +0000 Subject: Make mencoder stream size printing use 64 bits. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18301 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-en.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'help') diff --git a/help/help_mp-en.h b/help/help_mp-en.h index 37f1719ef7..14580c4319 100644 --- a/help/help_mp-en.h +++ b/help/help_mp-en.h @@ -266,8 +266,8 @@ static char help_text[]= "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" -- cgit v1.2.3