field and playlist enhancements, producer pixbuf reorg
[melted] / mlt / src / modules / sdl / consumer_sdl.c
index c75237e..764cab3 100644 (file)
@@ -114,7 +114,7 @@ static void sdl_unlock_display( )
                SDL_UnlockSurface( screen );
 }
 
-void sdl_fill_audio( void *udata, Uint8 *stream, int len )
+void sdl_fill_audio( void *udata, uint8_t *stream, int len )
 {
        consumer_sdl this = udata;