[vlc-devel] commit: quicktime: Disable that decoder module. (Pierre d'Herbemont )

git version control git at videolan.org
Fri Sep 19 23:45:11 CEST 2008


vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Fri Sep 19 23:45:41 2008 +0200| [46552a45b907711b4c97714bd0c62475c45d6e63] | committer: Pierre d'Herbemont 

quicktime: Disable that decoder module.

The number of crash report related to that modules leave us no solution.

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

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

diff --git a/modules/codec/quicktime.c b/modules/codec/quicktime.c
index f716b13..2776bc7 100644
--- a/modules/codec/quicktime.c
+++ b/modules/codec/quicktime.c
@@ -66,7 +66,7 @@ static void Close( vlc_object_t * );
 
 vlc_module_begin();
     set_description( N_("QuickTime 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-devel mailing list