]> git.sesse.net Git - vlc/commit
Print a list of available alsa output devices in debug output if the user specified...
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 14 Jan 2010 20:33:06 +0000 (21:33 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 14 Jan 2010 20:35:18 +0000 (21:35 +0100)
commit0c331abd89659e9a8c104921a8196e84ac65d19c
tree0cc4a22ff8060865b6e3ee7c22f0d749e362b84e
parentd9a43b404dd9fcfb1df775b5ffbe975e3508a752
Print a list of available alsa output devices in debug output if the user specified a non existing device. Simple example to get the listing: /vlc --aout alsa,none --alsa-audio-device bla -vvv file.mp3 --verbose-objects -all,+alsa
modules/audio_output/alsa.c