Commit 86b6b7c3 authored by Antoine Cellerier's avatar Antoine Cellerier

Don't show the scale filter in the preferences

parent 5e47b73d
......@@ -52,8 +52,8 @@ static picture_t *Filter( filter_t *, picture_t * );
vlc_module_begin();
set_description( _("Video scaling filter") );
set_capability( "video filter2", 10000 );
set_category( CAT_VIDEO );
set_subcategory( SUBCAT_VIDEO_VFILTER2 );
// set_category( CAT_VIDEO );
// set_subcategory( SUBCAT_VIDEO_VFILTER2 );
set_callbacks( OpenFilter, CloseFilter );
vlc_module_end();
......
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