]> git.sesse.net Git - vlc/blobdiff - modules/video_output/sdl.c
* backport of [11386]
[vlc] / modules / video_output / sdl.c
index 0ba2cbb989c0109dc09fbd19a2bebdf56db7efe5..c01c7020c27c08dbad20b49756c9f70c8afe4563 100644 (file)
@@ -101,6 +101,9 @@ static void SetPalette      ( vout_thread_t *,
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin();
+    set_shortname( "SDL" );
+    set_category( CAT_VIDEO );
+    set_subcategory( SUBCAT_VIDEO_VOUT );
     set_description( _("Simple DirectMedia Layer video output") );
     set_capability( "video output", 60 );
     add_shortcut( "sdl" );