From 5e3abbd5bcad34002fd40adeaf9365340de45e13 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Wed, 1 Aug 2001 20:01:48 +0000 Subject: Priority was left out, and 0 is not allowed. CVS patchset: 378 CVS date: 2001/08/01 20:01:48 --- src/libspudec/xine_decoder.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3