From 1540fedb5feb2b74f2caee529e6d69ed8585f0a2 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 2 Sep 2005 17:11:00 +0000 Subject: Replace bps by B/s when it means bytes per second to avoid ambiguity since bps can mean any combination of bits/bytes per second/sample. patch by a.guru - at - sympatico - dot - ca git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16361 b3059339-0415-0410-9bf9-f77b7e298cf2 --- help/help_mp-nl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'help/help_mp-nl.h') diff --git a/help/help_mp-nl.h b/help/help_mp-nl.h index dcd521e20e..47065150f7 100644 --- a/help/help_mp-nl.h +++ b/help/help_mp-nl.h @@ -207,11 +207,11 @@ static char help_text[]= #define MSGTR_WritingAVIIndex "\nBezig met het schrijven van de AVI index...\n" #define MSGTR_FixupAVIHeader "Bezig met het herstellen van de AVI header...\n" #define MSGTR_RecommendedVideoBitrate "Aangeraden video bitrate voor %s CD: %d\n" -#define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d bps) grootte: %d bytes %5.3f secs %d frames\n" -#define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s (%d bps) grootte: %d bytes %5.3f secs\n" +#define MSGTR_VideoStreamResult "\nVideo stream: %8.3f kbit/s (%d B/s) grootte: %d bytes %5.3f secs %d frames\n" +#define MSGTR_AudioStreamResult "\nAudio stream: %8.3f kbit/s (%d B/s) grootte: %d bytes %5.3f secs\n" #define MSGTR_OpenedStream "succes: formaat: %d data: 0x%X - 0x%x\n" #define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n" -#define MSGTR_ACodecFramecopy "audiocodec: framecopy (formaat=%x chans=%d rate=%ld bits=%d bps=%ld sample-%ld)\n" +#define MSGTR_ACodecFramecopy "audiocodec: framecopy (formaat=%x chans=%d rate=%ld bits=%d B/s=%ld sample-%ld)\n" #define MSGTR_CBRPCMAudioSelected "CBR PCM audio geselecteerd\n" #define MSGTR_MP3AudioSelected "MP3 audio geselecteerd\n" #define MSGTR_CannotAllocateBytes "Kon %d bytes niet toewijzen\n" -- cgit v1.2.3