summaryrefslogtreecommitdiffstats
path: root/spudec.h
diff options
context:
space:
mode:
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