summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libspudec/xine_decoder.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libspudec/xine_decoder.c b/src/libspudec/xine_decoder.c
index 60d7e2d47..b041d184c 100644
--- a/src/libspudec/xine_decoder.c
+++ b/src/libspudec/xine_decoder.c
@@ -19,7 +19,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_decoder.c,v 1.4 2001/07/30 17:13:21 guenter Exp $
+ * $Id: xine_decoder.c,v 1.5 2001/08/01 20:01:48 jcdutton Exp $
*
* stuff needed to turn libspu into a xine decoder plugin
*/
@@ -175,6 +175,7 @@ spu_decoder_t *init_spu_decoder_plugin (int iface_version, config_values_t *cfg)
this->spu_decoder.decode_data = spudec_decode_data;
this->spu_decoder.close = spudec_close;
this->spu_decoder.get_identifier = spudec_get_id;
+ this->spu_decoder.priority = 1;
return (spu_decoder_t *) this;
}