Commit 71360d0a authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Set RealVideo to 0 priority

parent f4c037ef
......@@ -124,7 +124,7 @@ static picture_t *DecodeVideo( decoder_t *, block_t ** );
vlc_module_begin ()
set_description( N_("RealVideo library decoder") )
set_capability( "decoder", 10 )
set_capability( "decoder", 0 )
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_VCODEC )
set_callbacks( Open, Close )
......
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