summaryrefslogtreecommitdiffstats
path: root/help/help_mp-bg.h
diff options
context:
space:
mode:
authorreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 07:59:15 +0000
committerreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-27 07:59:15 +0000
commit13b1ed4b836ffa29d4688f35fdbde78948db2662 (patch)
tree2168982247a8be066b38c3dd18c2975b9b053735 /help/help_mp-bg.h
parent6e8385de7b16756b7872e24abe02fae184f1fb42 (diff)
downloadmpv-13b1ed4b836ffa29d4688f35fdbde78948db2662.tar.bz2
mpv-13b1ed4b836ffa29d4688f35fdbde78948db2662.tar.xz
Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on translation files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18308 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help/help_mp-bg.h')
-rw-r--r--help/help_mp-bg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-bg.h b/help/help_mp-bg.h
index 646b9bf039..5a863c9bb3 100644
--- a/help/help_mp-bg.h
+++ b/help/help_mp-bg.h
@@ -215,8 +215,8 @@ static char help_text[]=
#define MSGTR_WritingAVIIndex "\nЗаписва се AVI индекс...\n"
#define MSGTR_FixupAVIHeader "Поправка на AVI header...\n"
#define MSGTR_RecommendedVideoBitrate "Препоръчителен битрейт за %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nВидео поток: %8.3f Кбита/с (%d B/s) размер: %d байта %5.3f сек. %d кадъра\n"
-#define MSGTR_AudioStreamResult "\nАудио поток: %8.3f Кбита/с (%d B/s) размер: %d байта %5.3f сек.\n"
+#define MSGTR_VideoStreamResult "\nВидео поток: %8.3f Кбита/с (%d B/s) размер: %"PRIu64" байта %5.3f сек. %d кадъра\n"
+#define MSGTR_AudioStreamResult "\nАудио поток: %8.3f Кбита/с (%d B/s) размер: %"PRIu64" байта %5.3f сек.\n"
#define MSGTR_OpenedStream "успех: формат: %d данни: 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=%ld bits=%d B/s=%ld sample-%ld)\n"