summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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[] = {