Commit 5c600df9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Put scene in the right preference category

parent 8ec82ad1
...@@ -94,7 +94,7 @@ vlc_module_begin () ...@@ -94,7 +94,7 @@ vlc_module_begin ()
set_description( N_( "Scene video filter" ) ) set_description( N_( "Scene video filter" ) )
set_help(SCENE_HELP) set_help(SCENE_HELP)
set_category( CAT_VIDEO ) set_category( CAT_VIDEO )
set_subcategory( SUBCAT_VIDEO_VOUT ) set_subcategory( SUBCAT_VIDEO_VFILTER )
set_capability( "video filter2", 0 ) set_capability( "video filter2", 0 )
/* General options */ /* General options */
......
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