annotate libmpcodecs/native/xa_gsm.h @ 30415:3f9c8b7320a2

Fix randomness of the swscale-test output. See the thread: Subject: [FFmpeg-devel] [RFC] Make swscale-test perform only one convertion Date: Fri, 29 Jan 2010 01:52:23 +0100
author stefano
date Sat, 30 Jan 2010 13:31:00 +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 */