[MPlayer-DOCS] r22184 - in trunk: ChangeLog help/help_mp-en.h libao2/ao_alsa.c
cladisch
subversion at mplayerhq.hu
Fri Feb 9 20:49:31 CET 2007
Author: cladisch
Date: Fri Feb 9 20:49:31 2007
New Revision: 22184
Modified:
trunk/help/help_mp-en.h
Changes in other areas also in this revision:
Modified:
trunk/ChangeLog
trunk/libao2/ao_alsa.c
Log:
When setting the non-audio bit for hwac3 output, just try to set the
AES0 parameter in the device name instead of poking around inside ALSA's
configuration structures. This means that the non-audio bit will be set
even if the user-specified device name tries to clear it.
Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h (original)
+++ trunk/help/help_mp-en.h Fri Feb 9 20:49:31 2007
@@ -1203,8 +1203,6 @@
"[AO_ALSA] device=<device-name>\n"\
"[AO_ALSA] Sets device (change , to . and : to =)\n"
#define MSGTR_AO_ALSA_ChannelsNotSupported "[AO_ALSA] %d channels are not supported.\n"
-#define MSGTR_AO_ALSA_CannotReadAlsaConfiguration "[AO_ALSA] Cannot read ALSA configuration: %s\n"
-#define MSGTR_AO_ALSA_CannotCopyConfiguration "[AO_ALSA] Cannot copy configuration: %s\n"
#define MSGTR_AO_ALSA_OpenInNonblockModeFailed "[AO_ALSA] Open in nonblock-mode failed, trying to open in block-mode.\n"
#define MSGTR_AO_ALSA_PlaybackOpenError "[AO_ALSA] Playback open error: %s\n"
#define MSGTR_AO_ALSA_ErrorSetBlockMode "[AL_ALSA] Error setting block-mode %s.\n"
More information about the MPlayer-DOCS
mailing list