diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-30 19:21:28 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-07-30 19:21:28 +0000 |
commit | 51af8918e439e1223a72ef1a81104a8ebc29623a (patch) | |
tree | a787dd9f0da8ad0bc5b97569db7a5d633c4b8ed1 /src/libw32dll/w32codec.c | |
parent | f16cbec39f3f2455582feb65a0b0bcd089d4eeb5 (diff) | |
download | xine-lib-51af8918e439e1223a72ef1a81104a8ebc29623a.tar.gz xine-lib-51af8918e439e1223a72ef1a81104a8ebc29623a.tar.bz2 |
whoups, looks like a priority of 0 is not allowed :>
CVS patchset: 371
CVS date: 2001/07/30 19:21:28
Diffstat (limited to 'src/libw32dll/w32codec.c')
-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 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; } |