]> git.sesse.net Git - vlc/commitdiff
motiondetect: fix categorization of this module in the advanced prefs.
authorDerk-Jan Hartman <hartman@videolan.org>
Sun, 3 Aug 2008 01:50:00 +0000 (03:50 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 3 Aug 2008 01:50:00 +0000 (03:50 +0200)
modules/video_filter/motiondetect.c

index cc23abd30905604314a81a679e002ea270418185..34b6ed72eaeda69cf9867141a2e4a2fced03f199 100644 (file)
@@ -48,9 +48,9 @@ static void Destroy   ( vlc_object_t * );
 vlc_module_begin();
     set_description( N_("Motion detect video filter") );
     set_shortname( N_( "Motion Detect" ));
-    set_capability( "video filter2", 0 );
     set_category( CAT_VIDEO );
     set_subcategory( SUBCAT_VIDEO_VFILTER );
+    set_capability( "video filter2", 0 );
 
     add_shortcut( "motion" );
     set_callbacks( Create, Destroy );