Skip to content

Commit

Permalink
Removed altcvt.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 27, 2005
1 parent 6b513c6 commit 95bbac4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,163 deletions.
4 changes: 0 additions & 4 deletions SDL_sound_internal.h
Expand Up @@ -217,9 +217,6 @@ typedef struct __SOUND_DECODERFUNCTIONS__


/* A structure to hold a set of audio conversion filters and buffers */
#if (defined SOUND_USE_ALTCVT)
#include "alt_audio_convert.h"
#else
typedef struct Sound_AudioCVT
{
int needed; /* Set to 1 if conversion possible */
Expand All @@ -234,7 +231,6 @@ typedef struct Sound_AudioCVT
void (*filters[20])(struct Sound_AudioCVT *cvt, Uint16 *format);
int filter_index; /* Current audio conversion function */
} Sound_AudioCVT;
#endif

extern SNDDECLSPEC int Sound_BuildAudioCVT(Sound_AudioCVT *cvt,
Uint16 src_format, Uint8 src_channels, Uint32 src_rate,
Expand Down

0 comments on commit 95bbac4

Please sign in to comment.