]> git.sesse.net Git - vlc/blobdiff - modules/access/v4l/v4l.c
* include/modules_inner.h, include/modules.h: added a shortname field to the module...
[vlc] / modules / access / v4l / v4l.c
index 7f1fe58d0252d991f79a9f009a0f2fb0e906e1a3..edddf6e2b4949e0e31603ba3e319abc10f3675dc 100644 (file)
@@ -90,6 +90,7 @@ static void DemuxClose ( vlc_object_t * );
     "(eg. I420 (default), RV24, etc.)")
 
 vlc_module_begin();
+    set_shortname( _("Video4Linux") );
     set_description( _("Video4Linux input") );
 
     add_integer( "v4l-caching", DEFAULT_PTS_DELAY / 1000, NULL,