From 51af8918e439e1223a72ef1a81104a8ebc29623a Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Mon, 30 Jul 2001 19:21:28 +0000 Subject: whoups, looks like a priority of 0 is not allowed :> CVS patchset: 371 CVS date: 2001/07/30 19:21:28 --- src/libw32dll/w32codec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libw32dll/w32codec.c') diff --git a/src/libw32dll/w32codec.c b/src/libw32dll/w32codec.c index 3348da98d..c644ec72d 100644 --- a/src/libw32dll/w32codec.c +++ b/src/libw32dll/w32codec.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: w32codec.c,v 1.13 2001/07/30 17:13:21 guenter Exp $ + * $Id: w32codec.c,v 1.14 2001/07/30 19:21:29 guenter Exp $ * * routines for using w32 codecs * @@ -633,7 +633,7 @@ audio_decoder_t *init_audio_decoder_plugin (int iface_version, config_values_t * this->audio_decoder.decode_data = w32a_decode_data; this->audio_decoder.close = w32a_close; this->audio_decoder.get_identifier = w32a_get_id; - this->audio_decoder.priority = 0; + this->audio_decoder.priority = 1; return (audio_decoder_t *) this; } -- cgit v1.2.3