]> git.sesse.net Git - vlc/commitdiff
real demux: Set to prio 0.
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 17 Sep 2008 19:31:16 +0000 (21:31 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 17 Sep 2008 19:32:43 +0000 (21:32 +0200)
Our real demux is incomplete and crashes avcodec. The avformat demux works, so i say we use it until someone fixes this thing.

modules/demux/real.c

index 8dd214cb807297f08ef33286e38964829450aed3..0960c4cddb4ef21dfe62845127227f13276a0a53 100644 (file)
@@ -66,7 +66,7 @@ static void Close  ( vlc_object_t * );
 
 vlc_module_begin();
     set_description( N_("Real demuxer" ) );
-    set_capability( "demux", 15 );
+    set_capability( "demux", 0 );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_DEMUX );
     set_callbacks( Open, Close );