From 463845e0db4d8ed2a1e0902b1af35cdd891e2535 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 13 Apr 2002 18:04:24 +0000 Subject: native codecs files moved to libmpcodecs/native/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5604 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/native/xa_gsm.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libmpcodecs/native/xa_gsm.h (limited to 'libmpcodecs/native/xa_gsm.h') diff --git a/libmpcodecs/native/xa_gsm.h b/libmpcodecs/native/xa_gsm.h new file mode 100644 index 0000000000..212fbe0e97 --- /dev/null +++ b/libmpcodecs/native/xa_gsm.h @@ -0,0 +1,6 @@ + +void XA_MSGSM_Decoder(unsigned char *ibuf,unsigned short *obuf); +void XA_GSM_Decoder(unsigned char *ibuf,unsigned short *obuf); +void GSM_Init(); + + -- cgit v1.2.3