From 5137ce0971cf6e05323dbf83c1afafd78c537538 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Wed, 9 Mar 2005 22:31:17 +0000 Subject: Incremented priority to be sure that rawdv is probed before mp3. CVS patchset: 7439 CVS date: 2005/03/09 22:31:17 --- src/demuxers/demux_rawdv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_rawdv.c b/src/demuxers/demux_rawdv.c index b42beafa5..b3f5eaf79 100644 --- a/src/demuxers/demux_rawdv.c +++ b/src/demuxers/demux_rawdv.c @@ -19,7 +19,7 @@ */ /* - * $Id: demux_rawdv.c,v 1.24 2005/02/06 15:26:18 tmattern Exp $ + * $Id: demux_rawdv.c,v 1.25 2005/03/09 22:31:17 tmattern Exp $ * * demultiplexer for raw dv streams */ @@ -444,7 +444,7 @@ static void *init_plugin (xine_t *xine, void *data) { * exported plugin catalog entry */ demuxer_info_t demux_info_raw_dv = { - 0 /* priority */ + 1 /* priority */ }; plugin_info_t xine_plugin_info[] = { -- cgit v1.2.3