]> git.sesse.net Git - vlc/blobdiff - modules/audio_mixer/trivial.c
* Fixed a variable overflow bug in the audio output.
[vlc] / modules / audio_mixer / trivial.c
index 0b119c8f24b2bbaf93b908e160b64a3bd7b86683..e53479359758a0f6bd0d8d1a3bd0f04d8758334b 100644 (file)
@@ -2,7 +2,7 @@
  * trivial.c : trivial mixer plug-in (1 input, no downmixing)
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: trivial.c,v 1.3 2002/08/11 22:36:35 massiot Exp $
+ * $Id: trivial.c,v 1.4 2002/08/12 22:12:50 massiot Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -146,7 +146,6 @@ static void DoWork( aout_instance_t * p_aout, aout_buffer_t * p_buffer )
                      (u32 *)p_input->p_first_byte_to_mix;
         u32 * p_out = (u32 *)p_buffer->p_buffer;
 
-
         if ( p_input->input.i_channels < p_aout->mixer.output.i_channels )
         {
             /* Zero out the destination buffer, to avoid static on unavailable