summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2005-03-09 22:31:17 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2005-03-09 22:31:17 +0000
commit5137ce0971cf6e05323dbf83c1afafd78c537538 (patch)
tree54feb91f28f1ef707fad24fcea418d0f683753ea
parent7b11af036d4ba4c88414b3f561e40f090213262b (diff)
downloadxine-lib-5137ce0971cf6e05323dbf83c1afafd78c537538.tar.gz
xine-lib-5137ce0971cf6e05323dbf83c1afafd78c537538.tar.bz2
Incremented priority to be sure that rawdv is probed before mp3.
CVS patchset: 7439 CVS date: 2005/03/09 22:31:17
-rw-r--r--src/demuxers/demux_rawdv.c4
1 files changed, 2 insertions, 2 deletions
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[] = {