Commit 5304cd0f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Better Shortname for smem

parent 53fe486a
......@@ -94,7 +94,7 @@ static void Close( vlc_object_t * );
#define SOUT_PREFIX_AUDIO SOUT_CFG_PREFIX"audio-"
vlc_module_begin ()
set_shortname( N_("smem"))
set_shortname( N_("Smem"))
set_description( N_("Stream output to memory buffer") )
set_capability( "sout stream", 0 )
add_shortcut( "smem" )
......
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