Commit 0a76af8e authored by Antoine Cellerier's avatar Antoine Cellerier

remove those two filers from the prefs in 0.8.2 since we don't have

yoann's wxWidgets VLM interface yet
parent 02d043fb
...@@ -124,8 +124,9 @@ static char *ppsz_align_descriptions[] = ...@@ -124,8 +124,9 @@ static char *ppsz_align_descriptions[] =
vlc_module_begin(); vlc_module_begin();
set_description( N_("Mosaic video sub filter") ); set_description( N_("Mosaic video sub filter") );
set_shortname( N_("Mosaic") ); set_shortname( N_("Mosaic") );
/* Leave this commented as long as the VLM intf in wx isn't available
set_category( CAT_VIDEO ); set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_SUBPIC); set_subcategory( SUBCAT_VIDEO_SUBPIC);*/
set_capability( "sub filter", 0 ); set_capability( "sub filter", 0 );
set_callbacks( CreateFilter, DestroyFilter ); set_callbacks( CreateFilter, DestroyFilter );
......
...@@ -59,8 +59,9 @@ static int SendEvents ( vlc_object_t *, char const *, ...@@ -59,8 +59,9 @@ static int SendEvents ( vlc_object_t *, char const *,
vlc_module_begin(); vlc_module_begin();
set_description( _("Motion detect video filter") ); set_description( _("Motion detect video filter") );
set_shortname( N_( "Motion detect" )); set_shortname( N_( "Motion detect" ));
/* Leave this commented as long as the VLM intf in wx isn't available
set_category( CAT_VIDEO ); set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VFILTER ); set_subcategory( SUBCAT_VIDEO_VFILTER );*/
set_capability( "video filter", 0 ); set_capability( "video filter", 0 );
add_integer( "motiondetect-history", 1, NULL, HISTORY_TEXT, add_integer( "motiondetect-history", 1, NULL, HISTORY_TEXT,
......
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