1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00

Configuration categories are VFILTER

This commit is contained in:
Jean-Baptiste Kempf 2009-07-18 00:04:26 +02:00
parent 2b086db2b6
commit 16343fac3b
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ vlc_module_begin ()
set_callbacks( Activate, Destroy )
set_category( CAT_VIDEO )
set_subcategory( SUBCAT_VIDEO_VFILTER2 )
set_subcategory( SUBCAT_VIDEO_VFILTER )
add_integer_with_range( CFG_PREFIX "width", 0, 0, INT_MAX, NULL,
WIDTH_TEXT, WIDTH_LONGTEXT, false )

View File

@ -80,7 +80,7 @@ vlc_module_begin ()
set_callbacks( OpenFilter, CloseFilter )
set_category( CAT_VIDEO )
set_subcategory( SUBCAT_VIDEO_VFILTER2 );
set_subcategory( SUBCAT_VIDEO_VFILTER );
set_section( N_("Crop"), NULL )
add_integer_with_range( CFG_PREFIX "croptop", 0, 0, INT_MAX, NULL,