summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorcorey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-22 19:25:54 +0000
committercorey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-22 19:25:54 +0000
commit5eee4632d3e2bcf17a29483467d247c71c202e0d (patch)
treeeb0082d5c073fa578fea8f5ec2055a65bc307732 /help
parent0d1180719195281b11199bc697a7c16e20e7b5d7 (diff)
downloadmpv-5eee4632d3e2bcf17a29483467d247c71c202e0d.tar.bz2
mpv-5eee4632d3e2bcf17a29483467d247c71c202e0d.tar.xz
Add verbose messages about trying and searching for audio output drivers.
Add messages showing why a specified audio output driver failed to be used. Based on a patch from Bryan Henderson, giraffedata [[]] gmail :: com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27123 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 9ab96535b7..bb01af1222 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1153,6 +1153,10 @@ static char help_text[]=
// audio_out.c
#define MSGTR_AO_ALSA9_1x_Removed "audio_out: alsa9 and alsa1x modules were removed, use -ao alsa instead.\n"
+#define MSGTR_AO_TryingPreferredAudioDriver "Trying preferred audio driver '%.*s', options '%s'\n"
+#define MSGTR_AO_NoSuchDriver "No such audio driver '%.*s'\n"
+#define MSGTR_AO_FailedInit "Failed to initialize audio driver '%s'\n"
+#define MSGTR_AO_TryingEveryKnown "Trying every known audio driver...\n"
// ao_oss.c
#define MSGTR_AO_OSS_CantOpenMixer "[AO OSS] audio_setup: Can't open mixer device %s: %s\n"