summaryrefslogtreecommitdiff
path: root/src/spu_dec/cc_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spu_dec/cc_decoder.h')
-rw-r--r--src/spu_dec/cc_decoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spu_dec/cc_decoder.h b/src/spu_dec/cc_decoder.h
index 3924bb8be..a1130953f 100644
--- a/src/spu_dec/cc_decoder.h
+++ b/src/spu_dec/cc_decoder.h
@@ -68,7 +68,6 @@ typedef struct cc_state_s {
cc_decoder_t *cc_decoder_open(cc_state_t *cc_state);
void cc_decoder_close(cc_decoder_t *this_obj);
-void cc_decoder_init(void);
void decode_cc(cc_decoder_t *this, uint8_t *buffer, uint32_t buf_len,
int64_t pts);