mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
SDL_os2audio.c (OS2_OpenDevice): remove assignment to wrong spec member
Correct assignment to 'format' member is done below, already.
This commit is contained in:
parent
fe2cc8d86c
commit
72594e255a
@ -280,7 +280,6 @@ static int OS2_OpenDevice(_THIS, void *handle, const char *devname,
|
|||||||
{
|
{
|
||||||
debug( "Unsupported audio format, AUDIO_S16 used" );
|
debug( "Unsupported audio format, AUDIO_S16 used" );
|
||||||
SDLAudioFmt = AUDIO_S16;
|
SDLAudioFmt = AUDIO_S16;
|
||||||
this->spec.freq = AUDIO_S16;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pAData = SDL_calloc( 1, sizeof(SDL_PrivateAudioData) );
|
pAData = SDL_calloc( 1, sizeof(SDL_PrivateAudioData) );
|
||||||
|
Loading…
Reference in New Issue
Block a user