summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-26 17:41:19 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-26 17:41:19 +0000
commitb60ccb31ad80dac3edcf048660926732f69936c1 (patch)
treeee4a8d2a23131a13f7f5d2b5fa321e086aa7a900 /help
parent2c3be6dcf73535873c613d3af9b26dc482bff797 (diff)
downloadmpv-b60ccb31ad80dac3edcf048660926732f69936c1.tar.bz2
mpv-b60ccb31ad80dac3edcf048660926732f69936c1.tar.xz
1.247: correct meaning of ABR
1.246: MSGTR_LIBVO_MGA_InvalidOutputFormat was missing in one of the last commits. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18295 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-de.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/help/help_mp-de.h b/help/help_mp-de.h
index 394a9d56c7..1a02f92c60 100644
--- a/help/help_mp-de.h
+++ b/help/help_mp-de.h
@@ -4,7 +4,7 @@
// Alexander Strasser <eclipse7@gmx.net>
// Sebastian Krämer <mplayer@skraemer.de>
-// In synch with rev 1.245
+// In synch with rev 1.247
// ========================= MPlayer help ===========================
@@ -418,7 +418,7 @@ static char help_text[]=
" 0: cbr (konstante Bitrate)\n"\
" 1: mt (Mark Taylor VBR Algorithmus)\n"\
" 2: rh (Robert Hegemann VBR Algorithmus - Standard)\n"\
-" 3: abr (verfügbare Bitrate)\n"\
+" 3: abr (durchschnittliche Bitrate)\n"\
" 4: mtrh (Mark Taylor Robert Hegemann VBR Algorithmus)\n"\
"\n"\
" abr durchschnittliche Bitrate\n"\
@@ -1566,6 +1566,7 @@ static char help_text[]=
#define MSGTR_LIBVO_MGA_CouldNotGetLumaValuesFromTheKernelModule "Konnte keine Helligkeitswerte vom Kernelmodul ermitteln!\n"
#define MSGTR_LIBVO_MGA_CouldNotSetLumaValuesFromTheKernelModule "Konnte keine Helligkeitswerte vom Kernelmodul setzen!\n"
#define MSGTR_LIBVO_MGA_ScreenWidthHeightUnknown "Bildschirmbreite/-höhe unbekannt!\n"
+#define MSGTR_LIBVO_MGA_InvalidOutputFormat "mga: ungültiges Ausgabeformat %0X\n"
#define MSGTR_LIBVO_MGA_MgaInvalidOutputFormat "Ungültiges Ausgabeformat %0X.\n"
#define MSGTR_LIBVO_MGA_IncompatibleDriverVersion "Deine Treiberversion von mga_vid ist mit dieser MPlayer-Version nicht kompatibel!\n"
#define MSGTR_LIBVO_MGA_UsingBuffers "Benutze %d Buffer.\n"