]> git.sesse.net Git - vlc/commitdiff
Portaudio: consistency with other aouts (and kill a warning)
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 22 Aug 2009 09:14:58 +0000 (11:14 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 22 Aug 2009 09:18:14 +0000 (11:18 +0200)
modules/audio_output/portaudio.c

index a4459ca874ac3ce23a40556bba853a8bdb19cac0..6f394afcac44cde5b111d7a25c2943394e79cd51 100644 (file)
@@ -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" );