view libmpcodecs/native/xa_gsm.h @ 29366:fa9ca1188c50

Print information about chapters with -identify. Patch by Adrian Stutz [adrian sttz ch]
author reimar
date Sun, 28 Jun 2009 13:19:26 +0000
parents 4129c8cfa742
children bbb6ebec87a0
line wrap: on
line source

#ifndef MPLAYER_XA_GSM_H
#define MPLAYER_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 /* MPLAYER_XA_GSM_H */