]> git.sesse.net Git - vlc/commitdiff
Set RealVideo to 0 priority
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 12 Dec 2011 00:31:44 +0000 (01:31 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 12 Dec 2011 00:31:44 +0000 (01:31 +0100)
modules/codec/realvideo.c

index c4d1744ebcc0b08605af80bbbfd1d019054e69fe..c94a8aa4d1649c225502ea12ed2060d0065394d5 100644 (file)
@@ -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 )