X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faudio_output%2Fsdl.c;h=b70b6896a700cca7d30aff6b44da8f3851848282;hb=dc93d552142850006c843717a107beb6c1ccd3e3;hp=7695bfd35383d687c33a0722234c6d71fbf8a3e3;hpb=88991a5ce9c2603bc5a9be0779353fe08b29e8f9;p=vlc diff --git a/modules/audio_output/sdl.c b/modules/audio_output/sdl.c index 7695bfd353..b70b6896a7 100644 --- a/modules/audio_output/sdl.c +++ b/modules/audio_output/sdl.c @@ -2,10 +2,10 @@ * sdl.c : SDL audio output plugin for vlc ***************************************************************************** * Copyright (C) 2000-2002 VideoLAN - * $Id: sdl.c,v 1.23 2003/10/25 00:49:13 sam Exp $ + * $Id: sdl.c,v 1.24 2003/12/22 14:32:55 sam Exp $ * * Authors: Michel Kaempf - * Samuel Hocevar + * Sam Hocevar * Pierre Baillet * Christophe Massiot * @@ -177,7 +177,7 @@ static int Open ( vlc_object_t *p_this ) var_Change( p_aout, "audio-device", VLC_VAR_SETTEXT, &text, NULL ); val.i_int = (obtained.channels == 2) ? AOUT_VAR_STEREO : - AOUT_VAR_MONO; + AOUT_VAR_MONO; text.psz_string = (obtained.channels == 2) ? N_("Stereo") : N_("Mono"); var_Change( p_aout, "audio-device",