1.142: removing ao_alsa9.c and ao_alsa1x.c

1.143: printf --> mp_msg conversion (was already done by Diego)
1.144: Support for 24 bit and 20 bit LPCM (support message)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13760 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
kraymer 2004-10-25 18:00:29 +00:00
parent 3751127220
commit c6d7d49aee
1 changed files with 7 additions and 2 deletions

View File

@ -4,7 +4,7 @@
// Alexander Strasser <eclipse7@gmx.net>
// Sebastian Krämer <mplayer@skraemer.de>
// In synch with rev 1.141
// In synch with rev 1.144
// ========================= MPlayer help ===========================
@ -47,10 +47,12 @@ static char help_text[]=
" z oder x Untertitelverzögerung um +/- 0.1 Sekunde anpassen\n"
" r oder t Verschiebe die Untertitel-Position, siehe auch '-vf expand'\n"
"\n"
" * * * SIEHE MANPAGE FÜR DETAILS, WEITERE OPTIONEN UND TASTEN* * *\n"
" * * * SIEHE MANPAGE FÜR DETAILS, WEITERE OPTIONEN UND TASTEN * * *\n"
"\n";
#endif
#define MSGTR_SamplesWanted "Beispiele für dieses Format werden gebraucht, um die Unterstützung zu verbessern. Bitte kontaktiere die Entwickler.\n"
// ========================= MPlayer Ausgaben ===========================
// mplayer.c:
@ -804,6 +806,9 @@ static char help_text[]=
// libao2
// audio_out.c
#define MSGTR_AO_ALSA9_1x_Removed "audio_out: Die Module alsa9 und alsa1x wurden entfernt, benutze stattdessen -ao alsa.\n"
// ao_oss.c
#define MSGTR_AO_OSS_CantOpenMixer "[AO OSS] audio_setup: Kann Mixer %s: %s nicht öffnen.\n"
#define MSGTR_AO_OSS_ChanNotFound "[AO OSS] audio_setup: Soundkartenmixer hat Kanal '%s' nicht, benutze Standard.\n"