From adf8bd9cda8ab5b6a644dc537943749a1c295d86 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Mon, 14 Jun 2004 13:43:11 +0000 Subject: decrease the prio of demux_mpeg to try mpeg_pes first (it only handles very few files by content detection but is cleaner and has more features) CVS patchset: 6688 CVS date: 2004/06/14 13:43:11 --- src/demuxers/demux_mpeg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/demuxers/demux_mpeg.c b/src/demuxers/demux_mpeg.c index c4f057a56..9ecbbce0c 100644 --- a/src/demuxers/demux_mpeg.c +++ b/src/demuxers/demux_mpeg.c @@ -19,7 +19,7 @@ */ /* - * $Id: demux_mpeg.c,v 1.142 2004/06/13 21:28:53 miguelfreitas Exp $ + * $Id: demux_mpeg.c,v 1.143 2004/06/14 13:43:11 mroi Exp $ * * demultiplexer for mpeg 1/2 program streams * reads streams of variable blocksizes @@ -1235,7 +1235,7 @@ static void *init_plugin (xine_t *xine, void *data) { * exported plugin catalog entry */ demuxer_info_t demux_info_mpeg = { - 10 /* priority */ + 9 /* priority */ }; plugin_info_t xine_plugin_info[] = { -- cgit v1.2.3