From 2394c59f99b5cbfde2356c6660165f7533a26608 Mon Sep 17 00:00:00 2001 From: Eduard Hasenleithner Date: Mon, 6 Aug 2001 13:21:26 +0000 Subject: Hopefully, this was the last decoder with priority 0. CVS patchset: 391 CVS date: 2001/08/06 13:21:26 --- src/libw32dll/w32codec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libw32dll/w32codec.c b/src/libw32dll/w32codec.c index c644ec72d..7bb7ab461 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.14 2001/07/30 19:21:29 guenter Exp $ + * $Id: w32codec.c,v 1.15 2001/08/06 13:21:26 ehasenle Exp $ * * routines for using w32 codecs * @@ -605,7 +605,7 @@ video_decoder_t *init_video_decoder_plugin (int iface_version, config_values_t * this->video_decoder.decode_data = w32v_decode_data; this->video_decoder.close = w32v_close; this->video_decoder.get_identifier = w32v_get_id; - this->video_decoder.priority = 0; + this->video_decoder.priority = 1; return (video_decoder_t *) this; } -- cgit v1.2.3