[vlc-devel] commit: Lower score of modules/xvmc/xxmc. c because it is not as stable as libmpeg2. (Jean-Paul Saman )

git version control git at videolan.org
Thu Apr 24 23:48:19 CEST 2008


vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Thu Apr 24 23:48:21 2008 +0200| [50ce52514c1bc2d4a38b3836fa80c47cfb48a2b5]

Lower score of modules/xvmc/xxmc.c because it is not as stable as libmpeg2.

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

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

diff --git a/modules/codec/xvmc/xxmc.c b/modules/codec/xvmc/xxmc.c
index 9c22b0d..78531bf 100644
--- a/modules/codec/xvmc/xxmc.c
+++ b/modules/codec/xvmc/xxmc.c
@@ -101,7 +101,7 @@ static picture_t *GetNewPicture( decoder_t *, uint8_t ** );
  *****************************************************************************/
 vlc_module_begin();
     set_description( _("MPEG I/II hw video decoder (using libmpeg2)") );
-    set_capability( "decoder", 160 );
+    set_capability( "decoder", 140 );
     set_callbacks( OpenDecoder, CloseDecoder );
     add_shortcut( "xxmc" );
 vlc_module_end();




More information about the vlc-devel mailing list