mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 08:29:36 +00:00
06e08a02a4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25895 b3059339-0415-0410-9bf9-f77b7e298cf2
9 lines
207 B
C
9 lines
207 B
C
#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 */
|