summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorluran <luran@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 07:37:10 +0000
committerluran <luran@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 07:37:10 +0000
commit6e8385de7b16756b7872e24abe02fae184f1fb42 (patch)
tree37c8f8eb8e5c8f2e7ac54ddefb7c0acafee6f67b /help
parent1ed7091485affc958d255a4b08cc475ec3505cbb (diff)
downloadmpv-6e8385de7b16756b7872e24abe02fae184f1fb42.tar.bz2
mpv-6e8385de7b16756b7872e24abe02fae184f1fb42.tar.xz
sync with 1.248
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18307 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-zh_CN.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/help/help_mp-zh_CN.h b/help/help_mp-zh_CN.h
index d1bb1babcd..d8acbbffd9 100644
--- a/help/help_mp-zh_CN.h
+++ b/help/help_mp-zh_CN.h
@@ -1,5 +1,5 @@
// Translated by Lu Ran <hephooey@fastmail.fm>
-// Synced with help_mp-en.h 1.246
+// Synced with help_mp-en.h 1.248
// (Translator before 2006-04-24)
// Emfox Zhou <EmfoxZhou@gmail.com>
@@ -262,8 +262,8 @@ static char help_text[]=
"你的编码可能失败!\n"
#define MSGTR_ErrorWritingFile "%s: 写入文件错误.\n"
#define MSGTR_RecommendedVideoBitrate "%s CD推荐的视频比特率为: %d\n"
-#define MSGTR_VideoStreamResult "\n视频流: %8.3f kbit/s (%d B/s) 大小: %d bytes %5.3f secs %d frames\n"
-#define MSGTR_AudioStreamResult "\n音频流: %8.3f kbit/s (%d B/s) 大小: %d bytes %5.3f secs\n"
+#define MSGTR_VideoStreamResult "\n视频流: %8.3f kbit/s (%d B/s) 大小: %"PRIu64" bytes %5.3f secs %d frames\n"
+#define MSGTR_AudioStreamResult "\n音频流: %8.3f kbit/s (%d B/s) 大小: %"PRIu64" bytes %5.3f secs\n"
#define MSGTR_OpenedStream "成功: 格式: %d数据: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "视频编解码器: 帧复制 (%dx%d %dbpp fourcc=%x)\n"
#define MSGTR_ACodecFramecopy "音频编解码器: 帧复制 (format=%x chans=%d rate=%d bits=%d B/s=%d sample-%d)\n"