summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/native/xa_gsm.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-13 18:04:24 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-13 18:04:24 +0000
commit463845e0db4d8ed2a1e0902b1af35cdd891e2535 (patch)
treebd2ed7c1de58e460473e835cf81099d0b0c0d09e /libmpcodecs/native/xa_gsm.h
parent93c499d0432d3b67b50bb8a70a4cb0b76ff3fb33 (diff)
downloadmpv-463845e0db4d8ed2a1e0902b1af35cdd891e2535.tar.bz2
mpv-463845e0db4d8ed2a1e0902b1af35cdd891e2535.tar.xz
native codecs files moved to libmpcodecs/native/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5604 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/native/xa_gsm.h')
-rw-r--r--libmpcodecs/native/xa_gsm.h6
1 files changed, 6 insertions, 0 deletions
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();
+
+