summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-09 22:03:06 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-09 22:03:06 +0000
commit7db8f295944b49b863be8d2862482c407415e368 (patch)
tree6822c8f5af7557fb4410fcd1aa5a2c0c1e87725b /help
parente0b35480f6c5d2fd8a4485b9e85fd763d3c7d992 (diff)
downloadmpv-7db8f295944b49b863be8d2862482c407415e368.tar.bz2
mpv-7db8f295944b49b863be8d2862482c407415e368.tar.xz
put back accidentally reverted r20742 commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20824 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-fr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/help_mp-fr.h b/help/help_mp-fr.h
index b43abe54a1..fa02f66182 100644
--- a/help/help_mp-fr.h
+++ b/help/help_mp-fr.h
@@ -262,8 +262,8 @@ static char help_text[]=
"Votre encodement pourrait être brisé!\n"
#define MSGTR_ErrorWritingFile "%s: Erreur durant l'écriture du fichier.\n"
#define MSGTR_RecommendedVideoBitrate "Débit binaire (bitrate) vidéo recommandé pour le CD %s: %d\n"
-#define MSGTR_VideoStreamResult "\nFlux vidéo: %8.3f kbit/s (%d B/s) taille: %d octets %5.3f secs %d images\n"
-#define MSGTR_AudioStreamResult "\nFlux audio: %8.3f kbit/s (%d B/s) taille: %d octets %5.3f secs\n"
+#define MSGTR_VideoStreamResult "\nFlux vidéo: %8.3f kbit/s (%d B/s) taille: %"PRIu64" octets %5.3f secs %d images\n"
+#define MSGTR_AudioStreamResult "\nFlux audio: %8.3f kbit/s (%d B/s) taille: %"PRIu64" octets %5.3f secs\n"
#define MSGTR_OpenedStream "succès: format: %d data: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "codec vidéo: copie de trame (%dx%d %dbpp fourcc=%x)\n"
#define MSGTR_ACodecFramecopy "codec audio: copie img (format=%x canaux=%d taux=%d bits=%d B/s=%d échant-%d)\n"