real demux: Set to prio 0.

Our real demux is incomplete and crashes avcodec. The avformat demux works, so i say we use it until someone fixes this thing.
This commit is contained in:
Derk-Jan Hartman 2008-09-17 21:31:16 +02:00
parent c7db9ba61a
commit c785b49f88
1 changed files with 1 additions and 1 deletions

View 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 );