[vlc-devel] commit: Portaudio: consistency with other aouts (and kill a warning) ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Aug 22 11:18:28 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug 22 11:14:58 2009 +0200| [ba5959c65b9696240574875aad6592e8e33e03ac] | committer: Jean-Baptiste Kempf
Portaudio: consistency with other aouts (and kill a warning)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ba5959c65b9696240574875aad6592e8e33e03ac
---
modules/audio_output/portaudio.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/audio_output/portaudio.c b/modules/audio_output/portaudio.c
index a4459ca..6f394af 100644
--- a/modules/audio_output/portaudio.c
+++ b/modules/audio_output/portaudio.c
@@ -426,7 +426,7 @@ static int PAOpenDevice( aout_instance_t *p_aout )
if( p_sys->deviceInfo->maxOutputChannels >= 6 )
{
val.i_int = AOUT_VAR_5_1;
- text.psz_string = "5.1";
+ text.psz_string = _("5.1");
var_Change( p_aout, "audio-device", VLC_VAR_ADDCHOICE,
&val, &text );
msg_Dbg( p_aout, "device supports 5.1 channels" );
More information about the vlc-devel
mailing list