]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/mosaic.c
remove those two filers from the prefs in 0.8.2 since we don't have
[vlc] / modules / video_filter / mosaic.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 );