From 7fa8ead1a2192a06c8d5f7709bb18a614337199c Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Sun, 3 Aug 2008 03:50:00 +0200 Subject: [PATCH] motiondetect: fix categorization of this module in the advanced prefs. --- modules/video_filter/motiondetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_filter/motiondetect.c b/modules/video_filter/motiondetect.c index cc23abd309..34b6ed72ea 100644 --- a/modules/video_filter/motiondetect.c +++ b/modules/video_filter/motiondetect.c @@ -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 ); -- 2.39.2