[vlc-commits] Set RealVideo to 0 priority

Jean-Baptiste Kempf git at videolan.org
Mon Dec 12 01:31:56 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Dec 12 01:31:44 2011 +0100| [71360d0ad694d6bfd4e1cdd558927731dbad6ac4] | committer: Jean-Baptiste Kempf

Set RealVideo to 0 priority

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=71360d0ad694d6bfd4e1cdd558927731dbad6ac4
---

 modules/codec/realvideo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/codec/realvideo.c b/modules/codec/realvideo.c
index c4d1744..c94a8aa 100644
--- a/modules/codec/realvideo.c
+++ b/modules/codec/realvideo.c
@@ -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 )



More information about the vlc-commits mailing list