1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-04 05:07:51 +00:00
mpv/xa/xa_gsm.h

7 lines
148 B
C
Raw Normal View History

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