]> git.sesse.net Git - vlc/blobdiff - modules/video_output/aa.c
* include/video_output.h, ALL: changed api for vout_Request()/vout_Create() to be...
[vlc] / modules / video_output / aa.c
index 8a6f9f37e6e6f476be3a8707612758a038c98598..f137f61e31dced067a477b98f46b3fa0523ac1cc 100644 (file)
@@ -52,6 +52,7 @@ static void SetPalette     ( vout_thread_t *, uint16_t *, uint16_t *, uint16_t *
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin();
+    set_shortname( _("Ascii Art"));
     set_category( CAT_VIDEO );
     set_subcategory( SUBCAT_VIDEO_VOUT );
     set_description( _("ASCII-art video output") );