[vlc-commits] Waveout: use a more common name
Jean-Baptiste Kempf
git at videolan.org
Mon Apr 29 01:10:20 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 29 01:00:55 2013 +0200| [87bad93f657cbe4fd1c90a369390ab3667b3b215] | committer: Jean-Baptiste Kempf
Waveout: use a more common name
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=87bad93f657cbe4fd1c90a369390ab3667b3b215
---
modules/audio_output/waveout.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/audio_output/waveout.c b/modules/audio_output/waveout.c
index 0156f16..b900538 100644
--- a/modules/audio_output/waveout.c
+++ b/modules/audio_output/waveout.c
@@ -147,7 +147,7 @@ struct aout_sys_t
vlc_module_begin ()
set_shortname( "WaveOut" )
- set_description( N_("Win32 waveOut extension output") )
+ set_description( N_("WaveOut audio output") )
set_capability( "audio output", 50 )
set_category( CAT_AUDIO )
set_subcategory( SUBCAT_AUDIO_AOUT )
More information about the vlc-commits
mailing list