summaryrefslogtreecommitdiffstats
path: root/help/help_mp-de.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-de.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-de.h')
-rw-r--r--help/help_mp-de.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index 1a02f92c60..3f30337627 100644
--- a/help/help_mp-de.h
+++ b/help/help_mp-de.h
@@ -272,8 +272,8 @@ static char help_text[]=
"Das Ergebnis der Encodierung könnte defekt sein!\n"
#define MSGTR_ErrorWritingFile "%s: Fehler beim Schreiben der Datei.\n"
#define MSGTR_RecommendedVideoBitrate "Empfohlene Videobitrate für %s CD(s): %d\n"
-#define MSGTR_VideoStreamResult "\nVideostream: %8.3f kbit/s (%d B/s) Größe: %d Bytes %5.3f Sek. %d Frames\n"
-#define MSGTR_AudioStreamResult "\nAudiostream: %8.3f kbit/s (%d B/s) Größe: %d Bytes %5.3f Sek.\n"
+#define MSGTR_VideoStreamResult "\nVideostream: %8.3f kbit/s (%d B/s) Größe: %"PRIu64" Bytes %5.3f Sek. %d Frames\n"
+#define MSGTR_AudioStreamResult "\nAudiostream: %8.3f kbit/s (%d B/s) Größe: %"PRIu64" Bytes %5.3f Sek.\n"
#define MSGTR_OpenedStream "Erfolg: Format: %d Daten: 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"
@@ -1805,4 +1805,4 @@ static char help_text[]=
// libvo/vo_xv.c
-#define MSGTR_LIBVO_XV_DrawFrameCalled "[VO_XV] draw_frame() aufgerufen!!!!!!\n" \ No newline at end of file
+#define MSGTR_LIBVO_XV_DrawFrameCalled "[VO_XV] draw_frame() aufgerufen!!!!!!\n"