Commit dd5856db authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

linsys SDI: change shortnames

parent 21a7c129
......@@ -90,8 +90,8 @@ static int Open ( vlc_object_t * );
static void Close( vlc_object_t * );
vlc_module_begin()
set_description( _("HDSDI Input") )
set_shortname( N_("hdsdi") )
set_description( _("HD-SDI Input") )
set_shortname( N_("HD-SDI") )
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_ACCESS )
......
......@@ -94,7 +94,7 @@ static void DemuxClose( vlc_object_t * );
vlc_module_begin()
set_description( N_("SDI Input") )
set_shortname( N_("sdi") )
set_shortname( N_("SDI") )
set_category( CAT_INPUT )
set_subcategory( SUBCAT_INPUT_ACCESS )
......
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