summaryrefslogtreecommitdiffstats
path: root/sub_cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub_cc.h')
-rw-r--r--sub_cc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sub_cc.h b/sub_cc.h
index 13ef1991b7..f5f6924057 100644
--- a/sub_cc.h
+++ b/sub_cc.h
@@ -19,9 +19,11 @@
#ifndef MPLAYER_SUB_CC_H
#define MPLAYER_SUB_CC_H
+#include <stdint.h>
+
extern int subcc_enabled;
void subcc_init(void);
-void subcc_process_data(unsigned char *inputdata,unsigned int len);
+void subcc_process_data(const uint8_t *inputdata, unsigned int len);
#endif /* MPLAYER_SUB_CC_H */