diff src/audio/SDL_audio_c.h @ 2665:f39a056aec8b gsoc2008_audio_resampling

More streamer work.
author Aaron Wishnick <schnarf@gmail.com>
date Tue, 12 Aug 2008 01:03:05 +0000
parents 344c8da164f4
children
line wrap: on
line diff
--- a/src/audio/SDL_audio_c.h	Tue Aug 12 00:50:58 2008 +0000
+++ b/src/audio/SDL_audio_c.h	Tue Aug 12 01:03:05 2008 +0000
@@ -42,12 +42,4 @@
 } SDL_AudioTypeFilters;
 extern const SDL_AudioTypeFilters sdl_audio_type_filters[];
 
-/* Streamer */
-typedef struct
-{
-	Uint8 *buffer;
-	int max_len;				// the maximum length in bytes
-	int read_pos, write_pos;	// the position of the write and read heads in bytes
-} SDL_AudioStreamer;
-
 /* vi: set ts=4 sw=4 expandtab: */