annotate libmpcodecs/native/xa_gsm.h @ 26073:123219eaeeca

less preprocessor magic in version number macros
author mru
date Tue, 26 Feb 2008 20:38:02 +0000
parents 4129c8cfa742
children bbb6ebec87a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25867
diff changeset
1 #ifndef MPLAYER_XA_GSM_H
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25867
diff changeset
2 #define MPLAYER_XA_GSM_H
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
3
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4 void XA_MSGSM_Decoder(unsigned char *ibuf,unsigned short *obuf);
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
5 void XA_GSM_Decoder(unsigned char *ibuf,unsigned short *obuf);
17566
f580a7755ac5 Patch by Stefan Huehner / stefan % huehner ! org \
rathann
parents: 5603
diff changeset
6 void GSM_Init(void);
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
7
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25867
diff changeset
8 #endif /* MPLAYER_XA_GSM_H */