diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 00:08:46 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 00:08:46 +0100 |
commit | 855467b5d4a6252ac30963460291b1a9b4c97bee (patch) | |
tree | 354b29e1df812641d4330371771292013033a682 /src/spu_dec/xine_cc_decoder.c | |
parent | ed33012c177152a16e3f0d1097dcd50db6d830e4 (diff) | |
download | xine-lib-855467b5d4a6252ac30963460291b1a9b4c97bee.tar.gz xine-lib-855467b5d4a6252ac30963460291b1a9b4c97bee.tar.bz2 |
Remove cc_decoder_init function entirely.
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; } |