summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/load_plugins.c4
-rw-r--r--src/xine-engine/xine_internal.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/xine-engine/load_plugins.c b/src/xine-engine/load_plugins.c
index 47d3b63b3..4b95ca6cc 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.74 2002/04/23 13:52:22 esnel Exp $
+ * $Id: load_plugins.c,v 1.75 2002/04/23 15:45:26 esnel Exp $
*
*
* Load input/demux/audio_out/video_out/codec plugins
@@ -539,7 +539,7 @@ void load_decoder_plugins (xine_t *this,
spu_decoder_t *sdp;
int streamtype;
- sdp = (spu_decoder_t *) initplug(5, this);
+ sdp = (spu_decoder_t *) initplug(6, this);
if (sdp) {
int *used = (int *)xine_xmalloc (sizeof (int));
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h
index 423528fa6..8d65a820c 100644
--- a/src/xine-engine/xine_internal.h
+++ b/src/xine-engine/xine_internal.h
@@ -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_internal.h,v 1.78 2002/04/23 13:30:44 esnel Exp $
+ * $Id: xine_internal.h,v 1.79 2002/04/23 15:45:26 esnel Exp $
*
*/
@@ -55,7 +55,7 @@ extern "C" {
#define INPUT_PLUGIN_MAX 50
#define DEMUXER_PLUGIN_MAX 50
#define DECODER_PLUGIN_MAX 256
-#define DECODER_PLUGIN_IFACE_VERSION 6
+#define DECODER_PLUGIN_IFACE_VERSION 7
#define AUDIO_OUT_PLUGIN_MAX 50
#define VIDEO_OUT_PLUGIN_MAX 50
#define XINE_MAX_EVENT_LISTENERS 50