Commit 46552a45 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

quicktime: Disable that decoder module.

The number of crash report related to that modules leave us no solution.
parent 7ac6c947
...@@ -66,7 +66,7 @@ static void Close( vlc_object_t * ); ...@@ -66,7 +66,7 @@ static void Close( vlc_object_t * );
vlc_module_begin(); vlc_module_begin();
set_description( N_("QuickTime library decoder") ); set_description( N_("QuickTime library decoder") );
set_capability( "decoder", 10 ); set_capability( "decoder", 0 );
set_category( CAT_INPUT ); set_category( CAT_INPUT );
set_subcategory( SUBCAT_INPUT_VCODEC ); set_subcategory( SUBCAT_INPUT_VCODEC );
set_callbacks( Open, Close ); 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