From ce3eaf6e094d025149ff0090f3de9437c39aab67 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 9 Apr 2002 13:53:52 +0000 Subject: =?UTF-8?q?patch=20to=20fix=20libsputext=20on=20seeks=20by=20Zolt?= =?UTF-8?q?=C3=A1n=20B=C3=B6sz=C3=B6rm=C3=A9nyi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CVS patchset: 1703 CVS date: 2002/04/09 13:53:52 --- src/xine-engine/load_plugins.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xine-engine/load_plugins.c') diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c index a980bbf4a..3c4b7b03c 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.71 2002/03/14 17:28:06 guenter Exp $ + * $Id: load_plugins.c,v 1.72 2002/04/09 13:53:52 miguelfreitas Exp $ * * * Load input/demux/audio_out/video_out/codec plugins @@ -534,7 +534,7 @@ void load_decoder_plugins (xine_t *this, spu_decoder_t *sdp; int streamtype; - sdp = (spu_decoder_t *) initplug(4, this); + sdp = (spu_decoder_t *) initplug(5, this); if (sdp) { sdp->metronom = this->metronom; -- cgit v1.2.3