diff Alc/backends/send.c @ 14:63312ec4a2bf

limit to 16bit mono for now.
author Robert McIntyre <rlm@mit.edu>
date Mon, 31 Oct 2011 08:01:08 -0700
parents 92b416b4e027
children 19ff95c69cf5
line wrap: on
line diff
     1.1 --- a/Alc/backends/send.c	Mon Oct 31 07:44:02 2011 -0700
     1.2 +++ b/Alc/backends/send.c	Mon Oct 31 08:01:08 2011 -0700
     1.3 @@ -475,12 +475,6 @@
     1.4  
     1.5  static ALCboolean send_reset_playback(ALCdevice *device)
     1.6  {
     1.7 -  //send_data *data = (send_data*)device->ExtraData;
     1.8 -  //ALuint channels=0, bits=0;
     1.9 -  //device->FmtType = DevFmtShort;
    1.10 -  //bits = BytesFromDevFmt(device->FmtType) * 8;
    1.11 -  //channels = ChannelsFromDevFmt(device->FmtChans);
    1.12 -  //data->size = device->UpdateSize * channels * bits / 8;
    1.13    SetDefaultWFXChannelOrder(device);
    1.14    return ALC_TRUE;
    1.15  }