summaryrefslogtreecommitdiffstats
path: root/spudec.h
diff options
context:
space:
mode:
Diffstat (limited to 'spudec.h')
-rw-r--r--spudec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spudec.h b/spudec.h
index f02b84334f..c6f0b8b4fd 100644
--- a/spudec.h
+++ b/spudec.h
@@ -2,5 +2,6 @@
#define _MPLAYER_SPUDEC_H
void spudec_process_control(unsigned char *, int, int*, int*);
+void spudec_decode(unsigned char *packet,int len);
#endif