]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/esd.c
Don't re-invent uint8_t - remove byte_t
[vlc] / modules / audio_output / esd.c
index ef3a6f078d195ed6984eb101918e4bece4e51fdd..ef1aa98e44af571ba1197baaa13cdfff5e5ac0b3 100644 (file)
@@ -233,7 +233,7 @@ static void Close( vlc_object_t *p_this )
  *****************************************************************************
  * This function writes a buffer of i_length bytes in the socket
  *****************************************************************************/
-static void Play( aout_thread_t *p_aout, byte_t *buffer, int i_size )
+static void Play( aout_thread_t *p_aout, uint8_t *buffer, int i_size )
 {
     int i_amount;