]> git.sesse.net Git - vlc/blobdiff - modules/access/v4l/v4l.c
Improvements to preferences
[vlc] / modules / access / v4l / v4l.c
index 9aaa840e145f220d16489698b3062c5b26ea9ae3..e0c316692671888e072e508136fd23aea79e780f 100644 (file)
@@ -89,6 +89,8 @@ static void Close( vlc_object_t * );
 vlc_module_begin();
     set_shortname( _("Video4Linux") );
     set_description( _("Video4Linux input") );
+    set_category( CAT_INPUT );
+    set_subcategory( SUBCAT_INPUT_ACCESS );
 
     add_integer( "v4l-caching", DEFAULT_PTS_DELAY / 1000, NULL,
                  CACHING_TEXT, CACHING_LONGTEXT, VLC_TRUE );