view libmpcodecs/native/xa_gsm.h @ 26010:2d7cec771727

sync w/r25566, patch by mesecam %mesecam A gmail P com%
author gpoirier
date Wed, 20 Feb 2008 22:55:44 +0000
parents 58ff364dc851
children 4129c8cfa742
line wrap: on
line source

#ifndef XA_GSM_H
#define XA_GSM_H

void XA_MSGSM_Decoder(unsigned char *ibuf,unsigned short *obuf);
void XA_GSM_Decoder(unsigned char *ibuf,unsigned short *obuf);
void GSM_Init(void);

#endif /* XA_GSM_H */