diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-20 02:01:51 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-20 02:01:51 +0000 |
commit | 439907def64a3bdbc3fd6a73af623c6fb7a55497 (patch) | |
tree | b1fbbec16558d5dd7b882682359d91cec19f9611 /src/xine-engine/load_plugins.c | |
parent | fc4c873cd43fbac488f56041e38a5010e2656b10 (diff) | |
download | xine-lib-439907def64a3bdbc3fd6a73af623c6fb7a55497.tar.gz xine-lib-439907def64a3bdbc3fd6a73af623c6fb7a55497.tar.bz2 |
big event cleanup: one single mechanism is now used for all communications between gui, plugins and the xine engine; code cleanup
CVS patchset: 837
CVS date: 2001/10/20 02:01:51
Diffstat (limited to 'src/xine-engine/load_plugins.c')
-rw-r--r-- | src/xine-engine/load_plugins.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c index ec5908416..d533bd01d 100644 --- a/src/xine-engine/load_plugins.c +++ b/src/xine-engine/load_plugins.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: load_plugins.c,v 1.44 2001/10/17 20:33:09 guenter Exp $ + * $Id: load_plugins.c,v 1.45 2001/10/20 02:01:51 guenter Exp $ * * * Load input/demux/audio_out/video_out/codec plugins @@ -374,7 +374,7 @@ void load_decoder_plugins (xine_t *this, spu_decoder_t *sdp; int streamtype; - sdp = (spu_decoder_t *) initplug(3, config); + sdp = (spu_decoder_t *) initplug(4, this); if (sdp) { sdp->metronom = this->metronom; |