From 0b7fa608cc50ab566ff9c87da5bc445ac3a6f278 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 29 Apr 2001 01:09:23 +0000 Subject: decoder plugins get loaded now CVS patchset: 43 CVS date: 2001/04/29 01:09:23 --- src/xine-engine/xine.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/xine.c') diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 14e23be70..49cd0aede 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.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: xine.c,v 1.9 2001/04/28 21:23:04 guenter Exp $ + * $Id: xine.c,v 1.10 2001/04/29 01:09:23 guenter Exp $ * * top-level xine functions * @@ -419,6 +419,8 @@ xine_t *xine_init (vo_driver_t *vo, * init and start decoder threads */ + load_decoder_plugins (this, config, DECODER_PLUGIN_IFACE_VERSION); + this->video_out = vo_new_instance (vo, this->metronom); video_decoder_init (this); -- cgit v1.2.3