Commit 29d8337d authored by Rafaël Carré's avatar Rafaël Carré

rar stream_filter: add "rar" shortcut

module name is "stream_filter_rar"
parent fbea59eb
......@@ -47,6 +47,7 @@ vlc_module_begin()
set_description( N_("Uncompressed RAR") )
set_capability( "stream_filter", 1 )
set_callbacks( Open, Close )
add_shortcut( "rar" )
vlc_module_end()
/*****************************************************************************
......
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