summaryrefslogtreecommitdiffstats
path: root/help/help_mp-sv.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-02 17:11:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-02 17:11:00 +0000
commit1540fedb5feb2b74f2caee529e6d69ed8585f0a2 (patch)
tree1538db3fdceded37560b3a858a49d749dfa6ca2c /help/help_mp-sv.h
parent53caae736a22baedb944d301e2ff4ec857117806 (diff)
downloadmpv-1540fedb5feb2b74f2caee529e6d69ed8585f0a2.tar.bz2
mpv-1540fedb5feb2b74f2caee529e6d69ed8585f0a2.tar.xz
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
Diffstat (limited to 'help/help_mp-sv.h')
-rw-r--r--help/help_mp-sv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/help/help_mp-sv.h b/help/help_mp-sv.h
index 0c38fa7849..c942d08004 100644
--- a/help/help_mp-sv.h
+++ b/help/help_mp-sv.h
@@ -214,11 +214,11 @@ static char help_text[]=
#define MSGTR_WritingAVIIndex "\nSkriver AVI-index...\n"
#define MSGTR_FixupAVIHeader "Fixering AVI-filhuvud...\n" // FIXME fixing?
#define MSGTR_RecommendedVideoBitrate "Rekommenderad videobitrate för %s CD: %d\n"
-#define MSGTR_VideoStreamResult "\nVideostöm: %8.3f kbit/s (%d bps) storlek: %d byte %5.3f sekunder %d bildrutor\n"
-#define MSGTR_AudioStreamResult "\nAudiostöm: %8.3f kbit/s (%d bps) storlek: %d byte %5.3f sekunder\n"
+#define MSGTR_VideoStreamResult "\nVideostöm: %8.3f kbit/s (%d B/s) storlek: %d byte %5.3f sekunder %d bildrutor\n"
+#define MSGTR_AudioStreamResult "\nAudiostöm: %8.3f kbit/s (%d B/s) storlek: %d byte %5.3f sekunder\n"
#define MSGTR_OpenedStream "klart: format: %d data: 0x%X - 0x%x\n"
#define MSGTR_VCodecFramecopy "videocodec: framecopy (%dx%d %dbpp fourcc=%x)\n" // FIXME translate?
-#define MSGTR_ACodecFramecopy "audiocodec: framecopy (format=%x chans=%d rate=%ld bits=%d bps=%ld sample-%ld)\n" // -''-
+#define MSGTR_ACodecFramecopy "audiocodec: framecopy (format=%x chans=%d rate=%ld bits=%d B/s=%ld sample-%ld)\n" // -''-
#define MSGTR_CBRPCMAudioSelected "CBR PCM audio valt\n"
#define MSGTR_MP3AudioSelected "MP3 audio valt\n"
#define MSGTR_CannotAllocateBytes "Kunde inte allokera %d byte\n"