[vlc-devel] Curiosity in src/audio_output/dec.c
Andy Lindsay
andy_vl at ananam.com
Wed Jul 30 19:00:34 CEST 2003
Hi,
In file src/audio_output/dec.c lines 121 onwards are as follows:
> if ( aout_MixerNew( p_aout ) == -1 )
> {
> aout_OutputDelete( p_aout );
> vlc_mutex_unlock( &p_aout->mixer_lock );
> return NULL;
> }
>
> aout_MixerNew( p_aout );
Is there any reason why aout_MixerNew() is called twice?
--
Andy Lindsay
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list