]> git.sesse.net Git - vlc/commitdiff
remove those two filers from the prefs in 0.8.2 since we don't have
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 10 Jun 2005 18:58:55 +0000 (18:58 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 10 Jun 2005 18:58:55 +0000 (18:58 +0000)
yoann's wxWidgets VLM interface yet

modules/video_filter/mosaic.c
modules/video_filter/motiondetect.c

index 7b045e013b98c803feb59651c0dabddf4ecd5b16..df8ae03045616b6c17fce92838a40237d67de13c 100644 (file)
@@ -124,8 +124,9 @@ static char *ppsz_align_descriptions[] =
 vlc_module_begin();
     set_description( N_("Mosaic video sub filter") );
     set_shortname( N_("Mosaic") );
+/*  Leave this commented as long as the VLM intf in wx isn't available
     set_category( CAT_VIDEO );
-    set_subcategory( SUBCAT_VIDEO_SUBPIC);
+    set_subcategory( SUBCAT_VIDEO_SUBPIC);*/
     set_capability( "sub filter", 0 );
     set_callbacks( CreateFilter, DestroyFilter );
 
index 1eea40fdb27df579e090517f29bbac7682db795d..0fde190090e1e5918bcacdad28989340c4b8ff67 100644 (file)
@@ -59,8 +59,9 @@ static int  SendEvents   ( vlc_object_t *, char const *,
 vlc_module_begin();
     set_description( _("Motion detect video filter") );
     set_shortname( N_( "Motion detect" ));
+/*  Leave this commented as long as the VLM intf in wx isn't available
     set_category( CAT_VIDEO );
-    set_subcategory( SUBCAT_VIDEO_VFILTER );
+    set_subcategory( SUBCAT_VIDEO_VFILTER );*/
     set_capability( "video filter", 0 );
 
     add_integer( "motiondetect-history", 1, NULL, HISTORY_TEXT,