diff options
Diffstat (limited to 'src/spu_dec/xine_cc_decoder.c')
-rw-r--r-- | src/spu_dec/xine_cc_decoder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/spu_dec/xine_cc_decoder.c b/src/spu_dec/xine_cc_decoder.c index e8a02a996..b2750aae2 100644 --- a/src/spu_dec/xine_cc_decoder.c +++ b/src/spu_dec/xine_cc_decoder.c @@ -316,8 +316,6 @@ static spu_decoder_t *spudec_open_plugin (spu_decoder_class_t *class, xine_strea this->config_version = 0; this->cc_open = 0; - cc_decoder_init(); - return &this->spu_decoder; } |