summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-15 09:24:49 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-15 09:24:49 +0100
commitdca7aad8c609e205dd4bb793573fec966fdbfc31 (patch)
tree7e099146fd1bbbaab67316d91562c6272865480e
parent8cba2f6983736209def1c838dd53aa5e8c19ec4a (diff)
downloadxine-lib-dca7aad8c609e205dd4bb793573fec966fdbfc31.tar.gz
xine-lib-dca7aad8c609e205dd4bb793573fec966fdbfc31.tar.bz2
Fix wrongly-named function.
Thanks to Petri Hintukainen for reporting.
-rw-r--r--src/combined/flac_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/combined/flac_decoder.c b/src/combined/flac_decoder.c
index cb7db0364..9ec024d71 100644
--- a/src/combined/flac_decoder.c
+++ b/src/combined/flac_decoder.c
@@ -388,7 +388,7 @@ init_plugin (xine_t *xine, void *data) {
this->decoder_class.open_plugin = open_plugin;
this->decoder_class.identifier = "flacdec";
this->decoder_class.description = N_("flac audio decoder plugin");
- this->decoder_class.dispose = default_audio_decoder_dispose;
+ this->decoder_class.dispose = default_audio_decoder_class_dispose;
return this;