diff options
| -rw-r--r-- | src/adpcm/adpcm.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adpcm/adpcm.h b/src/adpcm/adpcm.h index 22a8095..169d465 100644 --- a/src/adpcm/adpcm.h +++ b/src/adpcm/adpcm.h @@ -20,7 +20,7 @@  //-----------------------------------------------------------------------------  // Public functions -int CompressADPCM       (void * pvOutBuffer, int dwOutLength, void * pvInBuffer, int dwInLength, int nCmpType, int ChannelCount); +int CompressADPCM       (void * pvOutBuffer, int dwOutLength, void * pvInBuffer, int dwInLength, int ChannelCount, int nCmpType);  int DecompressADPCM     (void * pvOutBuffer, int dwOutLength, void * pvInBuffer, int dwInLength, int ChannelCount);  int DecompressADPCM_SC1B(void * pvOutBuffer, int cbOutBuffer, void * pvInBuffer, int cbInBuffer, int ChannelCount);  | 
