From adce842c4b8d6a3f515f5c020ae2c49fa5f1d3ef Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Mon, 3 Sep 2001 21:50:15 +0000 Subject: increasing liba52's priority to make xine prefer it to any old libac3 CVS patchset: 560 CVS date: 2001/09/03 21:50:15 --- src/liba52/xine_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/liba52/xine_decoder.c b/src/liba52/xine_decoder.c index 6d4b89078..fd2c3c629 100644 --- a/src/liba52/xine_decoder.c +++ b/src/liba52/xine_decoder.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: xine_decoder.c,v 1.1 2001/08/29 00:51:57 guenter Exp $ + * $Id: xine_decoder.c,v 1.2 2001/09/03 21:50:15 guenter Exp $ * * stuff needed to turn liba52 into a xine decoder plugin */ @@ -466,7 +466,7 @@ audio_decoder_t *init_audio_decoder_plugin (int iface_version, config_values_t * this->audio_decoder.decode_data = a52dec_decode_data; this->audio_decoder.close = a52dec_close; this->audio_decoder.get_identifier = a52dec_get_id; - this->audio_decoder.priority = 1; + this->audio_decoder.priority = 2; this->a52_level = (float) cfg->lookup_int (cfg, "a52_level", 100) / 100.0; -- cgit v1.2.3