diff options
author | Eduard Hasenleithner <ehasenle@users.sourceforge.net> | 2001-08-06 13:21:26 +0000 |
---|---|---|
committer | Eduard Hasenleithner <ehasenle@users.sourceforge.net> | 2001-08-06 13:21:26 +0000 |
commit | 2394c59f99b5cbfde2356c6660165f7533a26608 (patch) | |
tree | 34ac106e35db5ced46516021a381efd591d2146c | |
parent | 9e5e2eaec398ba6c390a3395222dff11c0b7b49d (diff) | |
download | xine-lib-2394c59f99b5cbfde2356c6660165f7533a26608.tar.gz xine-lib-2394c59f99b5cbfde2356c6660165f7533a26608.tar.bz2 |
Hopefully, this was the last decoder with priority 0.
CVS patchset: 391
CVS date: 2001/08/06 13:21:26
-rw-r--r-- | src/libw32dll/w32codec.c | 4 |
1 files 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; } |