Commit 3702eecb authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

mkv: Restore the priority of the mkv module

Most of the time the module was still selected due to extension lookup.
It is also reported that avformat still is unstable when seeking mkv's
(cherry picked from commit eafaeb2c)
Signed-off-by: default avatarDerk-Jan Hartman <hartman@videolan.org>
parent 1f8a2e2d
......@@ -42,7 +42,7 @@ static void Close( vlc_object_t * );
vlc_module_begin ()
set_shortname( "Matroska" )
set_description( N_("Matroska stream demuxer" ) )
set_capability( "demux", 0 )
set_capability( "demux", 50 )
set_callbacks( Open, Close )
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_DEMUX )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment