]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/oss.c
* ./include/modules_inner.h: support for several modules with the same
[vlc] / modules / audio_output / oss.c
index 352c7385e4e0b72ff3e5e2bfba0f1c4ed53d450a..55f6d3d8af8bdc626077ef02a0c2c0f5258e74eb 100644 (file)
@@ -2,7 +2,7 @@
  * oss.c : OSS /dev/dsp module for vlc
  *****************************************************************************
  * Copyright (C) 2000-2002 VideoLAN
- * $Id: oss.c,v 1.2 2002/08/08 00:35:11 sam Exp $
+ * $Id: oss.c,v 1.3 2002/08/08 22:28:22 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -287,7 +287,7 @@ static int OSSThread( aout_instance_t * p_aout )
         aout_buffer_t * p_buffer;
         mtime_t next_date;
         int i_tmp;
-        char * p_bytes;
+        byte_t * p_bytes;
 
         /* Get the presentation date of the next write() operation. It
          * is equal to the current date + duration of buffered samples.