summaryrefslogtreecommitdiffstats
path: root/spudec.h
diff options
context:
space:
mode:
authorlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-21 15:38:01 +0000
committerlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-21 15:38:01 +0000
commite0af35ff341724121e26a916c26f0d647d9d59cb (patch)
treea77989e3bbf1faf1950f28a3f0a37afcdb71fb7d /spudec.h
parent7897619e5759ddf63db1710fb2d5f6f821be2fc6 (diff)
downloadmpv-e0af35ff341724121e26a916c26f0d647d9d59cb.tar.bz2
mpv-e0af35ff341724121e26a916c26f0d647d9d59cb.tar.xz
Separated dvdsub code to be able to work with it easier
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@561 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'spudec.h')
-rw-r--r--spudec.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/spudec.h b/spudec.h
new file mode 100644
index 0000000000..f02b84334f
--- /dev/null
+++ b/spudec.h
@@ -0,0 +1,6 @@
+#ifndef _MPLAYER_SPUDEC_H
+#define _MPLAYER_SPUDEC_H
+
+void spudec_process_control(unsigned char *, int, int*, int*);
+
+#endif